MRSharingSessionDelegate Protocol Reference

Conforms to NSObject
Declared in MRSharingSession.h

Overview

Delegate methods for MRSharingSession.

– sharingSession:friendsDidUpdate:

The session that encountered the failure

- (void)sharingSession:(MRSharingSession *)session friendsDidUpdate:(NSArray<MRFriend*> *)friends

Parameters

session

The session that encountered the failure

friends

The user’s friends as an array of MRFriend

Declared In

MRSharingSession.h

– sharingSession:didFailWithError:

The session that encountered the failure

- (void)sharingSession:(MRSharingSession *)session didFailWithError:(NSError *)error

Parameters

session

The session that encountered the failure

error

The error that was generated by the failure

Declared In

MRSharingSession.h