Firebase.Invites.SendInviteResult
Results from calling SendInvite() to send an invitation.
Summary
This will be returned by SendInviteAsync() inside a Task. In the returned Task, you should check the value of IsFaulted - if it's true, an error occurred while sending invites. You can use the Task's Exception property to get more information about what went wrong.
Inheritance
Inherits from: SystemIDisposable
Properties
|
InvitationIds
|
global::System.Collections.Generic.IEnumerable< string >
|
Properties
InvitationIds
global::System.Collections.Generic.IEnumerable< string > InvitationIds
Public functions
SendInviteResult
SendInviteResult()