NotificationCompatExtras

Added in 1.1.0

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 NotificationCompat to store the value of the extras field before it was available.

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.

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.

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.

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.

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.

Constants

EXTRA_ACTION_EXTRAS

Added in 1.1.0
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

Added in 1.1.0
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

Added in 1.1.0
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

Added in 1.1.0
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

Added in 1.1.0
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

Added in 1.1.0
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.