Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef void (^AVAAuthenticationCompletionBlock)(NSString *jwt)Swift
typealias AVAAuthenticationCompletionBlock = (String) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^AVAImageUploadProgressBlock)(double progress)Swift
typealias AVAImageUploadProgressBlock = (Double) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^AVAImageUploadCompletionBlock)(NSError* _Nullable error, AVAMessage* _Nullable message)Swift
typealias AVAImageUploadCompletionBlock = (Error?, AVAMessage?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^AVAFileUploadProgressBlock)(double progress)Swift
typealias AVAFileUploadProgressBlock = (Double) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^AVAFileUploadCompletionBlock)(NSError* _Nullable error, AVAMessage* _Nullable message)Swift
typealias AVAFileUploadCompletionBlock = (Error?, AVAMessage?) -> Void
Type Definitions Reference