FMLiveSwitchSignallingInputArgs Class Reference

Instance Methods

(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 
(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

(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

◆ init

◆ inputArgs

◆ requestMaxRetries

- (FMLiveSwitchNullableInt*) requestMaxRetries

◆ requestTimeout

- (FMLiveSwitchNullableInt*) requestTimeout

◆ requestUrl

- (NSString*) requestUrl

◆ setRequestMaxRetries:

- (void) setRequestMaxRetries: (FMLiveSwitchNullableInt *)  value

◆ setRequestTimeout:

- (void) setRequestTimeout: (FMLiveSwitchNullableInt *)  value

◆ setRequestUrl:

- (void) setRequestUrl: (NSString *)  value

◆ setSynchronous:

- (void) setSynchronous: (FMLiveSwitchNullableBool *)  value

◆ synchronous

- (FMLiveSwitchNullableBool*) synchronous