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

Constructors and Destructors

SendInviteResult()

Properties

InvitationIds
global::System.Collections.Generic.IEnumerable< string >

Public functions

Dispose()
void

Properties

InvitationIds

global::System.Collections.Generic.IEnumerable< string > InvitationIds

Public functions

Dispose

void Dispose()

SendInviteResult

 SendInviteResult()

Send feedback about...

Need help? Visit our support page.