FMLiveSwitchSignallingConnectArgs Class Reference

Instance Methods

(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 
(FMLiveSwitchAction1< FMLiveSwitchSignallingConnectFailureArgs * > *) - onFailure
 
(FMLiveSwitchAction1< FMLiveSwitchSignallingConnectSuccessArgs * > *) - onSuccess
 
(void) - setOnFailure:
 
(FMLiveSwitchSignallingConnectFailureArgs *) - setOnFailureBlock
 
(void) - setOnFailureBlock:
 
(void) - setOnSuccess:
 
(FMLiveSwitchSignallingConnectSuccessArgs *) - setOnSuccessBlock
 
(void) - setOnSuccessBlock:
 
- Instance Methods inherited from FMLiveSwitchSignallingInputArgs
(FMLiveSwitchNullableInt *) - requestMaxRetries
 
(FMLiveSwitchNullableInt *) - requestTimeout
 
(NSString *) - requestUrl
 
(void) - setRequestMaxRetries:
 
(void) - setRequestTimeout:
 
(void) - setRequestUrl:
 
(void) - setSynchronous:
 
(FMLiveSwitchNullableBool *) - synchronous
 
- Instance Methods inherited from FMLiveSwitchSignallingExtensible
(void) - copyExtensionsWithExtensible:
 
(int) - extensionCount
 
(NSMutableArray< NSString * > *) - extensionNames
 
(FMLiveSwitchSignallingExtensions *) - extensions
 
(NSString *) - getExtensionValueJsonWithName:
 
(NSString *) - metaJson
 
(void) - setExtensions:
 
(void) - setExtensionValueJsonWithName:valueJson:
 
(void) - setExtensionValueJsonWithName:valueJson:validate:
 
(void) - setMetaJson:
 
- Instance Methods inherited from FMLiveSwitchDynamic
(NSMutableDictionary< NSString *, id > *) - dynamicProperties
 Gets all dynamic properties on this instance. More...
 
(id- getDynamicValueWithKey:
 Gets a property value from the local cache. More...
 
(void) - setDynamicValueWithKey:value:
 Sets a property value in the local cache. More...
 
(bool) - unsetDynamicValueWithKey:
 Removes a property value from the local cache. More...
 

Class Methods

(FMLiveSwitchSignallingConnectArgs *) + connectArgs
 
- Class Methods inherited from FMLiveSwitchSignallingInputArgs
(FMLiveSwitchSignallingInputArgs *) + inputArgs
 
- Class Methods inherited from FMLiveSwitchSignallingExtensible
(NSString *) + acknowledgementExtensionName
 
(NSString *) + authTokenExtensionName
 
(NSString *) + deviceIdExtensionName
 
(NSString *) + disableBinaryExtensionName
 
(FMLiveSwitchSignallingExtensible *) + extensible
 
(NSString *) + metaExtensionName
 
(NSString *) + remoteClientExtensionName
 
(NSString *) + serverActionsExtensionName
 
(NSString *) + serverTimeoutExtensionName
 
(NSMutableArray *) + sharedGetChannels:
 
(NSString *) + sharedGetChannelWithChannels:
 
(NSMutableArray *) + sharedSetChannel:
 
(NSMutableArray *) + sharedSetChannel:validate:
 
(NSMutableArray *) + sharedSetChannels:
 
(NSMutableArray *) + sharedSetChannels:validate:
 
(NSString *) + streamIdExtensionName
 
(NSString *) + tagExtensionName
 
(NSString *) + userIdExtensionName
 
(bool) + validateChannel:error:
 
- Class Methods inherited from FMLiveSwitchDynamic
(FMLiveSwitchDynamic *) + dynamic
 
- Class Methods inherited from FMLiveSwitchSerializable
(FMLiveSwitchSerializable *) + serializable
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 

Method Documentation

◆ connectArgs

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSerializable class.

Implements FMLiveSwitchSignallingInputArgs.

◆ onFailure

- (FMLiveSwitchAction1<FMLiveSwitchSignallingConnectFailureArgs*>*) onFailure

◆ onSuccess

- (FMLiveSwitchAction1<FMLiveSwitchSignallingConnectSuccessArgs*>*) onSuccess

◆ setOnFailure:

- (void) setOnFailure: (FMLiveSwitchAction1< FMLiveSwitchSignallingConnectFailureArgs * > *)  value

◆ setOnFailureBlock

◆ setOnFailureBlock:

- (void) setOnFailureBlock: (void(^)(FMLiveSwitchSignallingConnectFailureArgs *))  valueBlock

◆ setOnSuccess:

- (void) setOnSuccess: (FMLiveSwitchAction1< FMLiveSwitchSignallingConnectSuccessArgs * > *)  value

◆ setOnSuccessBlock

◆ setOnSuccessBlock:

- (void) setOnSuccessBlock: (void(^)(FMLiveSwitchSignallingConnectSuccessArgs *))  valueBlock