NotificationCompatExtras

Added in 1.1.0

class NotificationCompatExtras


Well-known extras used by NotificationCompat for backwards compatibility.

Summary

Constants

const String!
EXTRA_ACTION_EXTRAS = "android.support.actionExtras"

Extras key used internally by NotificationCompat to store the value of the extras field before it was available.

const String!
EXTRA_GROUP_KEY = "android.support.groupKey"

Extras key used internally by NotificationCompat to store the value set by setGroup before it was available.

const String!
EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary"

Extras key used internally by NotificationCompat to store the value set by setGroupSummary before it was available.

const String!
EXTRA_LOCAL_ONLY = "android.support.localOnly"

Extras key used internally by NotificationCompat to store the value of the FLAG_LOCAL_ONLY field before it was available.

const String!
EXTRA_REMOTE_INPUTS = "android.support.remoteInputs"

Extras key used internally by NotificationCompat to store the value of the getRemoteInputs before the field was available.

const String!
EXTRA_SORT_KEY = "android.support.sortKey"

Extras key used internally by NotificationCompat to store the value set by setSortKey before it was available.

Constants

EXTRA_ACTION_EXTRAS

Added in 1.1.0
const val EXTRA_ACTION_EXTRAS = "android.support.actionExtras": String!

Extras key used internally by NotificationCompat to store the value of the extras field before it was available. If possible, use getAction to access this field.

EXTRA_GROUP_KEY

Added in 1.1.0
const val EXTRA_GROUP_KEY = "android.support.groupKey": String!

Extras key used internally by NotificationCompat to store the value set by setGroup before it was available. If possible, use getGroup to access this value.

EXTRA_GROUP_SUMMARY

Added in 1.1.0
const val EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary": String!

Extras key used internally by NotificationCompat to store the value set by setGroupSummary before it was available. If possible, use isGroupSummary to access this value.

EXTRA_LOCAL_ONLY

Added in 1.1.0
const val EXTRA_LOCAL_ONLY = "android.support.localOnly": String!

Extras key used internally by NotificationCompat to store the value of the FLAG_LOCAL_ONLY field before it was available. If possible, use getLocalOnly to access this field.

EXTRA_REMOTE_INPUTS

Added in 1.1.0
const val EXTRA_REMOTE_INPUTS = "android.support.remoteInputs": String!

Extras key used internally by NotificationCompat to store the value of the getRemoteInputs before the field was available. If possible, use getRemoteInputs to access this field.

EXTRA_SORT_KEY

Added in 1.1.0
const val EXTRA_SORT_KEY = "android.support.sortKey": String!

Extras key used internally by NotificationCompat to store the value set by setSortKey before it was available. If possible, use getSortKey to access this value.