StreamLink for iOS  8.0.0.233163-35883203
<SLConnectionStatusEvent > Protocol Reference

Provides information about a change in the state of the connection to the Liberator. More...

Inheritance diagram for <SLConnectionStatusEvent >:

Instance Methods

(SL_ConnectionStatus- status
 Returns the new connection status. More...
 
(NSString *) - liberatorURL
 Returns the URL of the Liberator connection that this status event has been raised for. More...
 
(NSString *) - userName
 
(SL_LoginFailedReason- loginFailReason
 Returns the reason for the login attempt failing. More...
 

Detailed Description

Provides information about a change in the state of the connection to the Liberator.

Method Documentation

- (NSString * SLConnectionStatusEvent) liberatorURL

Returns the URL of the Liberator connection that this status event has been raised for.

- (SL_LoginFailedReason SLConnectionStatusEvent) loginFailReason

Returns the reason for the login attempt failing.

Returns
The reason, or -1 if not available.
Note
It only makes sense to obtain this value if the SL_ConnectionStatus is SL_LOGIN_FAILED.
- (SL_ConnectionStatus SLConnectionStatusEvent) status

Returns the new connection status.

- (NSString * SLConnectionStatusEvent) userName

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