public class

ContactProvider

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.contact.ContactProvider

Class Overview

Contact provider for RCS info integrated in the native address book

Summary

Constants
String MIME_TYPE_BLOCKING_STATE Blocking contact
String MIME_TYPE_BLOCKING_TIMESTAMP Mime type for the time stamp when the blocking was activated
String MIME_TYPE_EXTENSIONS RCS extensions supported
String MIME_TYPE_FILE_TRANSFER File transfer capability support
String MIME_TYPE_GEOLOC_PUSH Geolocation push capability support
String MIME_TYPE_IMAGE_SHARE Image sharing capability support
String MIME_TYPE_IM_SESSION IM/Chat capability support
String MIME_TYPE_PHONE_NUMBER RCS phone number
String MIME_TYPE_REGISTRATION_STATE Registration state
String MIME_TYPE_VIDEO_SHARE Video sharing capability support
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String MIME_TYPE_BLOCKING_STATE

Since: API Level 1.5

Blocking contact

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.blocking-state"

public static final String MIME_TYPE_BLOCKING_TIMESTAMP

Since: API Level 1.5

Mime type for the time stamp when the blocking was activated

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.blocking-timestamp"

public static final String MIME_TYPE_EXTENSIONS

Since: API Level 1.5

RCS extensions supported

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.extensions"

public static final String MIME_TYPE_FILE_TRANSFER

Since: API Level 1.5

File transfer capability support

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.file-transfer"

public static final String MIME_TYPE_GEOLOC_PUSH

Since: API Level 1.5

Geolocation push capability support

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.geoloc-push"

public static final String MIME_TYPE_IMAGE_SHARE

Since: API Level 1.5

Image sharing capability support

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.image-share"

public static final String MIME_TYPE_IM_SESSION

Since: API Level 1.5

IM/Chat capability support

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.im-session"

public static final String MIME_TYPE_PHONE_NUMBER

Since: API Level 1.5

RCS phone number

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.number"

public static final String MIME_TYPE_REGISTRATION_STATE

Since: API Level 1.5

Registration state

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.registration-state"

public static final String MIME_TYPE_VIDEO_SHARE

Since: API Level 1.5

Video sharing capability support

Constant Value: "vnd.android.cursor.item/com.gsma.services.rcs.video-share"