FMLiveSwitchSignallingClientResponse Class Reference

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...
 

Method Documentation

◆ clientResponse

◆ errorCode

- (int) errorCode

◆ errorMessage

- (NSString*) errorMessage

◆ exception

- (NSException*) exception

◆ failureSource

- (FMLiveSwitchSignallingFailureSource) failureSource

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSerializable class.

Implements FMLiveSwitchDynamic.

◆ message

◆ messages

- (NSMutableArray*) messages

◆ redirectUrl

- (NSString*) redirectUrl

◆ setException:

- (void) setException: (NSException *)  value

◆ setFailureSource:

- (void) setFailureSource: (FMLiveSwitchSignallingFailureSource)  value

◆ setMessage:

- (void) setMessage: (FMLiveSwitchSignallingMessage *)  value

◆ setMessages:

- (void) setMessages: (NSMutableArray *)  value

◆ setRedirectUrl:

- (void) setRedirectUrl: (NSString *)  value

◆ setStreamRedirectUrl:

- (void) setStreamRedirectUrl: (NSString *)  value

◆ streamRedirectUrl

- (NSString*) streamRedirectUrl