Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef void (^PLVWebViewStartPictureInPictureBlock)(BOOL success)Swift
typealias PLVWebViewStartPictureInPictureBlock = (Bool) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^PLVWVJBResponseCallback)(id responseData)Swift
typealias PLVWVJBResponseCallback = (Any) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^PLVWVJBHandler)(id data, PLVWVJBResponseCallback responseCallback)Swift
typealias PLVWVJBHandler = (Any, @escaping PLVWVJBResponseCallback) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^PLVWebViewFeedViewCurrentContentViewBecomeActive)(void)Swift
typealias PLVWebViewFeedViewCurrentContentViewBecomeActive = () -> Void -
Undocumented
Declaration
Objective-C
typedef void (^PLVWebViewFeedViewCurrentContentViewInActive)(void)Swift
typealias PLVWebViewFeedViewCurrentContentViewInActive = () -> Void
View on GitHub
Type Definitions Reference