Return to Snippet

Revision: 70190
at December 9, 2015 08:38 by TenDegrees


Initial Code
// all incoming invites will be received in this delegate

- (void) onNewInvites: (NSArray *) invites
{

  // store invites persistently in either NSUserDefaults, in a file, or CoreData

}

Initial URL


Initial Description
The Unity invites delegate.

Initial Title
Receiving Incoming Invites with the Unity Invites Delegate

Initial Tags


Initial Language
Objective C