MRSharingSessionDelegate Protocol Reference
| Conforms to | NSObject | 
|---|---|
| Declared in | MRSharingSession.h | 
– sharingSession:friendsDidUpdate:
	The session that encountered the failure
- (void)sharingSession:(MRSharingSession *)session friendsDidUpdate:(NSArray<MRFriend*> *)friendsParameters
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 *)errorParameters
session | 
						The session that encountered the failure  | 
					
|---|---|
error | 
						The error that was generated by the failure  | 
					
Declared In
MRSharingSession.h