Firebase.Invites.Invite

Data structure used to construct and send an invite.

Summary

See also:FirebaseInvites.SendInviteAsync()

Inheritance

Inherits from: SystemIDisposable

Constructors and Destructors

Invite()

Properties

AndroidMinimumVersionCode
int
AndroidPlatformClientId
string
CallToActionText
string
CustomImageUrl
System.Uri
An optional URL for an image to include in the invitation.
DeepLinkUrl
System.Uri
An optional deep link that will be sent with the invitation.
DescriptionText
string
EmailContentHtml
string
EmailSubjectText
string
GoogleAnalyticsTrackingId
string
IOSPlatformClientId
string
MessageText
string
ReferralParameters
global::System.Collections.Generic.IDictionary< string, string >
TitleText
string

Public static attributes

MaxCallToActionTextLength = FirebaseInvitesPINVOKE.Invite_MaxCallToActionTextLength_get()
readonly uint
MaxDescriptionTextLength = FirebaseInvitesPINVOKE.Invite_MaxDescriptionTextLength_get()
readonly uint
MaxEmailHtmlContentLength = FirebaseInvitesPINVOKE.Invite_MaxEmailHtmlContentLength_get()
readonly uint
MaxMessageLength = FirebaseInvitesPINVOKE.Invite_MaxMessageLength_get()
readonly uint
MinCallToActionTextLength = FirebaseInvitesPINVOKE.Invite_MinCallToActionTextLength_get()
readonly uint

Public functions

Dispose()
void

Properties

AndroidMinimumVersionCode

int AndroidMinimumVersionCode

AndroidPlatformClientId

string AndroidPlatformClientId

CallToActionText

string CallToActionText

CustomImageUrl

System.Uri CustomImageUrl

An optional URL for an image to include in the invitation.

If you don't specify this, your invite will have no deep link. If you specify null, you can remove any previously-set deep link.

DeepLinkUrl

System.Uri DeepLinkUrl

An optional deep link that will be sent with the invitation.

If you don't specify this, your invite will have no deep link. If you specify null, you can remove any previously-set deep link.

DescriptionText

string DescriptionText

EmailContentHtml

string EmailContentHtml

EmailSubjectText

string EmailSubjectText

GoogleAnalyticsTrackingId

string GoogleAnalyticsTrackingId

IOSPlatformClientId

string IOSPlatformClientId

MessageText

string MessageText

ReferralParameters

global::System.Collections.Generic.IDictionary< string, string > ReferralParameters

TitleText

string TitleText

Public static attributes

MaxCallToActionTextLength

readonly uint MaxCallToActionTextLength = FirebaseInvitesPINVOKE.Invite_MaxCallToActionTextLength_get()

MaxDescriptionTextLength

readonly uint MaxDescriptionTextLength = FirebaseInvitesPINVOKE.Invite_MaxDescriptionTextLength_get()

MaxEmailHtmlContentLength

readonly uint MaxEmailHtmlContentLength = FirebaseInvitesPINVOKE.Invite_MaxEmailHtmlContentLength_get()

MaxMessageLength

readonly uint MaxMessageLength = FirebaseInvitesPINVOKE.Invite_MaxMessageLength_get()

MinCallToActionTextLength

readonly uint MinCallToActionTextLength = FirebaseInvitesPINVOKE.Invite_MinCallToActionTextLength_get()

Public functions

Dispose

void Dispose()

Invite

 Invite()

Send feedback about...

Need help? Visit our support page.