Enums
The following enums are available globally.
-
An enum that represents the match type of an invitation.
Declaration
Swift
enum FIRReceivedInviteMatchType : UIntObjective-C
enum FIRReceivedInviteMatchType : NSUInteger {}
-
Possible error codes returned by the invite dialog.
Declaration
Swift
enum FIRInvitesErrorCode : IntObjective-C
enum FIRInvitesErrorCode : NSInteger {}

