<SYOnlineSessionDelegate> Protocol Reference

Callback messages sent by the SYOnlineSession. More...

#import <SYOnlineSession.h>

Inheritance diagram for <SYOnlineSessionDelegate>:
Collaboration diagram for <SYOnlineSessionDelegate>:

Instance Methods

(void) - onlineSession:didChangeStatus:
 Called when current status of SYOnlineSession has changed. More...
 
(void) - onlineSessionExpired:
 Called when SYOnlineSession has expired. More...
 

Detailed Description

Callback messages sent by the SYOnlineSession.

Method Documentation

◆ onlineSession:didChangeStatus:

- (void) onlineSession: (nonnull SYOnlineSession *)  session
didChangeStatus: (SYOnlineSessionStatus)  status 
required

Called when current status of SYOnlineSession has changed.

◆ onlineSessionExpired:

- (void) onlineSessionExpired: (nonnull SYOnlineSession *)  session
optional

Called when SYOnlineSession has expired.


The documentation for this protocol was generated from the following file: