Instance Methods | |
(int) | - errorCode |
(NSString *) | - errorMessage |
(NSException *) | - exception |
(FMLiveSwitchSignallingFailureSource) | - failureSource |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
(FMLiveSwitchSignallingMessage *) | - message |
(NSMutableArray *) | - messages |
(NSString *) | - redirectUrl |
(void) | - setException: |
(void) | - setFailureSource: |
(void) | - setMessage: |
(void) | - setMessages: |
(void) | - setRedirectUrl: |
(void) | - setStreamRedirectUrl: |
(NSString *) | - streamRedirectUrl |
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 | |
(FMLiveSwitchSignallingClientResponse *) | + clientResponse |
Class Methods inherited from FMLiveSwitchDynamic | |
(FMLiveSwitchDynamic *) | + dynamic |
Class Methods inherited from FMLiveSwitchSerializable | |
(FMLiveSwitchSerializable *) | + serializable |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
+ (FMLiveSwitchSignallingClientResponse*) clientResponse |
- (int) errorCode |
- (NSString*) errorMessage |
- (NSException*) exception |
- (FMLiveSwitchSignallingFailureSource) failureSource |
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSerializable class.
Implements FMLiveSwitchDynamic.
- (FMLiveSwitchSignallingMessage*) message |
- (NSMutableArray*) messages |
- (NSString*) redirectUrl |
- (void) setException: | (NSException *) | value |
- (void) setFailureSource: | (FMLiveSwitchSignallingFailureSource) | value |
- (void) setMessage: | (FMLiveSwitchSignallingMessage *) | value |
- (void) setMessages: | (NSMutableArray *) | value |
- (void) setRedirectUrl: | (NSString *) | value |
- (void) setStreamRedirectUrl: | (NSString *) | value |
- (NSString*) streamRedirectUrl |