NotificationCompatExtras
class NotificationCompatExtras
kotlin.Any | |
↳ | androidx.core.app.NotificationCompatExtras |
Well-known extras used by NotificationCompat
for backwards compatibility.
Summary
Constants | |
---|---|
static String |
Extras key used internally by |
static String |
Extras key used internally by |
static String |
Extras key used internally by |
static String |
Extras key used internally by |
static String |
Extras key used internally by |
static String |
Extras key used internally by |
Constants
EXTRA_ACTION_EXTRAS
static val EXTRA_ACTION_EXTRAS: String
Extras key used internally by NotificationCompat
to store the value of the android.app.Notification.Action#extras
field before it was available. If possible, use NotificationCompat#getAction
to access this field.
Value: "android.support.actionExtras"
EXTRA_GROUP_KEY
static val EXTRA_GROUP_KEY: String
Extras key used internally by NotificationCompat
to store the value set by android.app.Notification.Builder#setGroup
before it was available. If possible, use NotificationCompat#getGroup
to access this value.
Value: "android.support.groupKey"
EXTRA_GROUP_SUMMARY
static val EXTRA_GROUP_SUMMARY: String
Extras key used internally by NotificationCompat
to store the value set by android.app.Notification.Builder#setGroupSummary
before it was available. If possible, use NotificationCompat#isGroupSummary
to access this value.
Value: "android.support.isGroupSummary"
EXTRA_LOCAL_ONLY
static val EXTRA_LOCAL_ONLY: String
Extras key used internally by NotificationCompat
to store the value of the android.app.Notification#FLAG_LOCAL_ONLY
field before it was available. If possible, use NotificationCompat#getLocalOnly
to access this field.
Value: "android.support.localOnly"
EXTRA_REMOTE_INPUTS
static val EXTRA_REMOTE_INPUTS: String
Extras key used internally by NotificationCompat
to store the value of the android.app.Notification.Action#getRemoteInputs
before the field was available. If possible, use NotificationCompat.Action#getRemoteInputs
to access this field.
Value: "android.support.remoteInputs"
EXTRA_SORT_KEY
static val EXTRA_SORT_KEY: String
Extras key used internally by NotificationCompat
to store the value set by android.app.Notification.Builder#setSortKey
before it was available. If possible, use NotificationCompat#getSortKey
to access this value.
Value: "android.support.sortKey"