belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
NotificationCompatExtras
public
final
class
NotificationCompatExtras
extends Object
java.lang.Object | |
↳ | android.support.v4.app.NotificationCompatExtras |
Well-known extras used by NotificationCompat
for backwards compatibility.
Summary
Constants | |
---|---|
String |
EXTRA_ACTION_EXTRAS
Extras key used internally by |
String |
EXTRA_GROUP_KEY
Extras key used internally by |
String |
EXTRA_GROUP_SUMMARY
Extras key used internally by |
String |
EXTRA_LOCAL_ONLY
Extras key used internally by |
String |
EXTRA_REMOTE_INPUTS
Extras key used internally by |
String |
EXTRA_SORT_KEY
Extras key used internally by |
Inherited methods | |
---|---|
![]()
java.lang.Object
|
Constants
EXTRA_ACTION_EXTRAS
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"
EXTRA_GROUP_KEY
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.gr