NotificationCompatExtras
public final class NotificationCompatExtras
Well-known extras used by NotificationCompat for backwards compatibility.
Summary
Constants |
|
|---|---|
static final String |
EXTRA_ACTION_EXTRAS = "android.support.actionExtras"Extras key used internally by |
static final String |
EXTRA_GROUP_KEY = "android.support.groupKey"Extras key used internally by |
static final String |
EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary"Extras key used internally by |
static final String |
EXTRA_LOCAL_ONLY = "android.support.localOnly"Extras key used internally by |
static final String |
EXTRA_REMOTE_INPUTS = "android.support.remoteInputs"Extras key used internally by |
static final String |
EXTRA_SORT_KEY = "android.support.sortKey"Extras key used internally by |
Constants
EXTRA_ACTION_EXTRAS
public static final 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. If possible, use getAction to access this field.
EXTRA_GROUP_KEY
public static final String EXTRA_GROUP_KEY = "android.support.groupKey"
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
public static final String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary"
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
public static final 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. If possible, use getLocalOnly to access this field.
EXTRA_REMOTE_INPUTS
public static final 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. If possible, use getRemoteInputs to access this field.
EXTRA_SORT_KEY
public static final String EXTRA_SORT_KEY = "android.support.sortKey"
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.