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 | |
---|---|
From
class
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.groupKey"
EXTRA_GROUP_SUMMARY
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"
EXTRA_LOCAL_ONLY
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"
EXTRA_REMOTE_INPUTS
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 getRemoteInputs()
to access this field.
Constant Value: "android.support.remoteInputs"
EXTRA_SORT_KEY
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"
Annotations
Interfaces
- ActionBarDrawerToggle.Delegate
- ActionBarDrawerToggle.DelegateProvider
- ActivityCompat.OnRequestPermissionsResultCallback
- ActivityCompat.PermissionCompatDelegate
- FragmentManager.BackStackEntry
- FragmentManager.OnBackStackChangedListener
- LoaderManager.LoaderCallbacks
- NotificationCompat.Action.Extender
- NotificationCompat.Extender
- SharedElementCallback.OnSharedElementsReadyListener
- TaskStackBuilder.SupportParentable
Classes
- ActionBarDrawerToggle
- ActivityCompat
- ActivityManagerCompat
- ActivityOptionsCompat
- AlarmManagerCompat
- AppLaunchChecker
- AppOpsManagerCompat
- BundleCompat
- DialogFragment
- Fragment
- Fragment.SavedState
- FragmentActivity
- FragmentContainer
- FragmentController
- FragmentHostCallback
- FragmentManager
- FragmentManager.FragmentLifecycleCallbacks
- FragmentManagerNonConfig
- FragmentPagerAdapter
- FragmentStatePagerAdapter
- FragmentTabHost
- FragmentTransaction
- FrameMetricsAggregator
- JobIntentService
- ListFragment
- LoaderManager
- NavUtils
- NotificationCompat
- NotificationCompat.Action
- NotificationCompat.Action.Builder
- NotificationCompat.Action.WearableExtender
- NotificationCompat.BigPictureStyle
- NotificationCompat.BigTextStyle
- NotificationCompat.Builder
- NotificationCompat.CarExtender
- NotificationCompat.CarExtender.UnreadConversation
- NotificationCompat.CarExtender.UnreadConversation.Builder
- NotificationCompat.DecoratedCustomViewStyle
- NotificationCompat.InboxStyle
- NotificationCompat.MessagingStyle
- NotificationCompat.MessagingStyle.Message
- NotificationCompat.Style
- NotificationCompat.WearableExtender
- NotificationCompatExtras
- NotificationCompatSideChannelService
- NotificationManagerCompat
- RemoteInput
- RemoteInput.Builder
- ServiceCompat
- ShareCompat
- ShareCompat.IntentBuilder
- ShareCompat.IntentReader
- SharedElementCallback
- TaskStackBuilder
Exceptions