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
View on GitHub
Type Definitions Reference