StreamLink for iOS  8.0.0.233163-35883203
<SLSubscriptionErrorEvent > Protocol Reference

Provides information about a subscription error. More...

Inheritance diagram for <SLSubscriptionErrorEvent >:

Instance Methods

(NSString *) - subject
 Returns the subject of the subscription to which the event relates. More...
 
(SL_SubscriptionError- error
 Returns the subscription error code. More...
 
(SL_ErrorReason- reason
 The type of the result. More...
 

Detailed Description

Provides information about a subscription error.

Method Documentation

- (SL_SubscriptionError SLSubscriptionErrorEvent) error

Returns the subscription error code.

- (SL_ErrorReason SLSubscriptionErrorEvent) reason

The type of the result.

Usually the reason value will be 0, but for SL_ERROR_READ_DENIED and SL_ERROR_WRITE_DENIED the reason may be non-zero should the authentication module within the Liberator have supplied a custom reason.

- (NSString* SLSubscriptionErrorEvent) 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