Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef void (^SKWCameraVideoSourceStartCapturingCompletion)(NSError* _Nullable error)
Swift
typealias SKWCameraVideoSourceStartCapturingCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWCameraVideoSourceSetCameraCompletion)(NSError* _Nullable error)
Swift
typealias SKWCameraVideoSourceSetCameraCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWCameraVideoSourceChangeDeviceCompletion)(NSError* _Nullable error)
Swift
typealias SKWCameraVideoSourceChangeDeviceCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWChannelCompletion)(SKWChannel* _Nullable, NSError* _Nullable)
Swift
typealias SKWChannelCompletion = (Channel?, (any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWChannelJoinCompletion)(SKWLocalPerson* _Nullable, NSError* _Nullable)
Swift
typealias SKWChannelJoinCompletion = (LocalPerson?, (any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWChannelUpdateMetadataCompletion)(NSError* _Nullable)
Swift
typealias SKWChannelUpdateMetadataCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWChannelLeaveMemberCompletion)(NSError* _Nullable)
Swift
typealias SKWChannelLeaveMemberCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWChannelCloseCompletion)(NSError* _Nullable)
Swift
typealias SKWChannelCloseCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWChannelDisposeCompletion)(NSError* _Nullable)
Swift
typealias SKWChannelDisposeCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWContextSetupCompletion)(NSError* _Nullable)
Swift
typealias SKWContextSetupCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWContextDisposeCompletion)(NSError* _Nullable)
Swift
typealias SKWContextDisposeCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWFileVideoSourceStartCapturingOnError)(NSError* _Nullable error)
Swift
typealias SKWFileVideoSourceStartCapturingOnError = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWLocalPersonPublishStreamCompletion)(SKWPublication* _Nullable, NSError* _Nullable error)
Swift
typealias SKWLocalPersonPublishStreamCompletion = (Publication?, (any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWLocalPersonSubscribePublicationCompletion)(SKWSubscription* _Nullable, NSError* _Nullable error)
Swift
typealias SKWLocalPersonSubscribePublicationCompletion = (Subscription?, (any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWLocalPersonUnpublishCompletion)(NSError* _Nullable error)
Swift
typealias SKWLocalPersonUnpublishCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWLocalPersonUnsubscribeCompletion)(NSError* _Nullable error)
Swift
typealias SKWLocalPersonUnsubscribeCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWLocalPersonLeaveCompletion)(NSError* _Nullable error)
Swift
typealias SKWLocalPersonLeaveCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWMemberUpdateMetadataCompletion)(NSError* _Nullable)
Swift
typealias SKWMemberUpdateMetadataCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWMemberLeaveCompletion)(NSError* _Nullable)
Swift
typealias SKWMemberLeaveCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWPublicationUpdateMetadataCompletion)(NSError* _Nullable error)
Swift
typealias SKWPublicationUpdateMetadataCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWPublicationCancelCompletion)(NSError* _Nullable error)
Swift
typealias SKWPublicationCancelCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWPublicationEnableCompletion)(NSError* _Nullable error)
Swift
typealias SKWPublicationEnableCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWPublicationDisableCompletion)(NSError* _Nullable error)
Swift
typealias SKWPublicationDisableCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWRemotePersonSubscribePublicationCompletion)(SKWSubscription* _Nullable, NSError* _Nullable)
Swift
typealias SKWRemotePersonSubscribePublicationCompletion = (Subscription?, (any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWRemotePersonUnsubscribeCompletion)(NSError* _Nullable)
Swift
typealias SKWRemotePersonUnsubscribeCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWSubscriptionCancelCompletion)(NSError* _Nullable error)
Swift
typealias SKWSubscriptionCancelCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWVideoSourceStartCapturingCompletion)(NSError* _Nullable error)
Swift
typealias SKWVideoSourceStartCapturingCompletion = ((any Error)?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^SKWVideoSourceCapturingOnError)(NSError* _Nullable error)
Swift
typealias SKWVideoSourceCapturingOnError = ((any Error)?) -> Void