StreamLink for iOS  8.0.0.233163-35883203
<SLSubscriptionStatusEvent > Protocol Reference

Provides information about a change in the state of a subscription. More...

Inheritance diagram for <SLSubscriptionStatusEvent >:

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

Detailed Description

Provides information about a change in the state of a subscription.

Method Documentation

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


Generated on Tue Apr 23 2024 11:14:03 for StreamLink for iOS