StreamLink for iOS
8.0.2.287281-045ba3c8
|
Provides information about a change in the state of a subscription. More...
Instance Methods | |
(NSString *) | - subject |
Returns the subject of the subscription to which the event relates. More... | |
(SL_SubjectStatus) | - status |
Returns the new status of the subject of the subscription. More... | |
(NSDictionary< NSString *, NSString * > *) | - fields |
Returns any fields associated with the status event. More... | |
Provides information about a change in the state of a subscription.
- (NSDictionary<NSString *, NSString *> * SLSubscriptionStatusEvent) fields |
Returns any fields associated with the status event.
The fields may contain metadata related to the event, the known keys are "code" and "status".
- (SL_SubjectStatus SLSubscriptionStatusEvent) status |
Returns the new status of the subject of the subscription.
- (NSString* SLSubscriptionStatusEvent) subject |
Returns the subject of the subscription to which the event relates.