Added in API level 19
Intents
class Intents
kotlin.Any | |
↳ | android.provider.Telephony.Mms.Intents |
Intents class.
Summary
Constants | |
---|---|
static String |
Indicates that the contents of specified URIs were changed. |
static String |
An extra field which stores the URI of deleted contents. |
Constants
CONTENT_CHANGED_ACTION
Added in API level 19
static val CONTENT_CHANGED_ACTION: String
Indicates that the contents of specified URIs were changed. The application which is showing or caching these contents should be updated.
Value: "android.intent.action.CONTENT_CHANGED"
DELETED_CONTENTS
Added in API level 19
static val DELETED_CONTENTS: String
An extra field which stores the URI of deleted contents.
Value: "deleted_contents"