public static class

ChatLog.Message.MimeType

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.chat.ChatLog.Message.MimeType

Class Overview

Message MIME-types

Summary

Constants
String GEOLOC_MESSAGE MIME-type of geoloc messages
String GROUPCHAT_EVENT MIME-type of group chat events
String TEXT_MESSAGE MIME-type of text messages
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String GEOLOC_MESSAGE

Since: API Level 1.5

MIME-type of geoloc messages

Constant Value: "application/geoloc"

public static final String GROUPCHAT_EVENT

Since: API Level 1.5

MIME-type of group chat events

Constant Value: "rcs/groupchat-event"

public static final String TEXT_MESSAGE

Since: API Level 1.5

MIME-type of text messages

Constant Value: "text/plain"