Revision: 70190
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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