Instance Methods | |
| (NSString *) | - channel | 
| (FMLiveSwitchSignallingSubscription *) | - duplicate | 
| (instancetype) | - initWithChannel: | 
| (instancetype) | - initWithChannel:tag: | 
| (void) | - setChannel: | 
| (void) | - setTag: | 
| (NSString *) | - tag | 
| (NSString *) | - toJson | 
  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... | |
| (instancetype) | - init | 
| Initializes a new instance of the FMLiveSwitchSerializable class.  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 | |
| (NSMutableArray *) | + fromJsonArrayWithSubscriptionsJson: | 
| (FMLiveSwitchSignallingSubscription *) | + fromJsonWithSubscriptionJson: | 
| (FMLiveSwitchSignallingSubscription *) | + subscriptionWithChannel: | 
| (FMLiveSwitchSignallingSubscription *) | + subscriptionWithChannel:tag: | 
| (NSString *) | + toJsonArrayWithSubscriptions: | 
| (NSString *) | + toJsonWithSubscription: | 
  Class Methods inherited from FMLiveSwitchDynamic | |
| (FMLiveSwitchDynamic *) | + dynamic | 
  Class Methods inherited from FMLiveSwitchSerializable | |
| (FMLiveSwitchSerializable *) | + serializable | 
| Initializes a new instance of the FMLiveSwitchSerializable class.  More... | |
| - (NSString*) channel | 
| - (FMLiveSwitchSignallingSubscription*) duplicate | 
| + (NSMutableArray*) fromJsonArrayWithSubscriptionsJson: | (NSString *) | subscriptionsJson | 
| + (FMLiveSwitchSignallingSubscription*) fromJsonWithSubscriptionJson: | (NSString *) | subscriptionJson | 
| - (instancetype) initWithChannel: | (NSString *) | channel | 
| - (instancetype) initWithChannel: | (NSString *) | channel | |
| tag: | (NSString *) | tag | |
| - (void) setChannel: | (NSString *) | value | 
| - (void) setTag: | (NSString *) | value | 
| + (FMLiveSwitchSignallingSubscription*) subscriptionWithChannel: | (NSString *) | channel | 
| + (FMLiveSwitchSignallingSubscription*) subscriptionWithChannel: | (NSString *) | channel | |
| tag: | (NSString *) | tag | |
| - (NSString*) tag | 
| - (NSString*) toJson | 
| + (NSString*) toJsonArrayWithSubscriptions: | (NSMutableArray *) | subscriptions | 
| + (NSString*) toJsonWithSubscription: | (FMLiveSwitchSignallingSubscription *) | subscription |