Type Definitions
The following type definitions are available globally.
-
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 (^PLVWebViewStartPictureInPictureBlock)(BOOL success)
Swift
typealias PLVWebViewStartPictureInPictureBlock = (Bool) -> Void