Share via


Contacts.PresenceColumns.ImProtocol Field

Definition

Caution

deprecated

The IM service the presence is coming from.

[Android.Runtime.Register("IM_PROTOCOL")]
[System.Obsolete("deprecated")]
public const string ImProtocol;
[<Android.Runtime.Register("IM_PROTOCOL")>]
[<System.Obsolete("deprecated")>]
val mutable ImProtocol : string

Field Value

Attributes

Remarks

The IM service the presence is coming from. Formatted using either Contacts.ContactMethods#encodePredefinedImProtocol or Contacts.ContactMethods#encodeCustomImProtocol.

Type: STRING

This member is deprecated. see android.provider.ContactsContract

Java documentation for android.provider.Contacts.PresenceColumns.IM_PROTOCOL.

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