ContactsContract.Intents.InviteContact Field

Definition

This is the intent that is fired when the user clicks the "invite to the network" button on a contact.

[Android.Runtime.Register("INVITE_CONTACT")]
public const string InviteContact;
[<Android.Runtime.Register("INVITE_CONTACT")>]
val mutable InviteContact : string

Field Value

Attributes

Remarks

This is the intent that is fired when the user clicks the "invite to the network" button on a contact. Only sent to an activity which is explicitly registered by a contact provider which supports the "invite to the network" feature.

Intent#getData() contains the lookup URI for the contact.

Java documentation for android.provider.ContactsContract.Intents.INVITE_CONTACT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to