ContactsContract.Intents.InviteContact Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.