Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public final class

NotificationCompatExtras

extends Object
java.lang.Object
   ↳ android.support.v4.app.NotificationCompatExtras

Class Overview

Well-known extras used by NotificationCompat for backwards compatibility.

Summary

Constants
String EXTRA_ACTION_EXTRAS Extras key used internally by NotificationCompat to store the value of the extras field before it was available.
String EXTRA_GROUP_KEY Extras key used internally by NotificationCompat to store the value set by setGroup(String) before it was available.
String EXTRA_GROUP_SUMMARY Extras key used internally by NotificationCompat to store the value set by setGroupSummary(boolean) before it was available.
String EXTRA_LOCAL_ONLY Extras key used internally by NotificationCompat to store the value of the FLAG_LOCAL_ONLY field before it was available.
String EXTRA_REMOTE_INPUTS Extras key used internally by NotificationCompat to store the value of the getRemoteInputs() before the field was available.
String EXTRA_SORT_KEY Extras key used internally by NotificationCompat to store the value set by setSortKey(String) before it was available.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EXTRA_ACTION_EXTRAS

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

Constant Value: "android.support.actionExtras"

public static final String EXTRA_GROUP_KEY

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

Constant Value: "android.support.groupKey"

public static final String EXTRA_GROUP_SUMMARY

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

Constant Value: "android.support.isGroupSummary"

public static final String EXTRA_LOCAL_ONLY

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

Constant Value: "android.support.localOnly"

public static final String EXTRA_REMOTE_INPUTS

Extras key used internally by NotificationCompat to store the value of the getRemoteInputs() before the field was available. If possible, use {@link NotificationCompat.Action#getRemoteInputs to access this field.

Constant Value: "android.support.remoteInputs"

public static final String EXTRA_SORT_KEY

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

Constant Value: "android.support.sortKey"