Notification.CarExtender.UnreadConversation
public
static
class
Notification.CarExtender.UnreadConversation
extends Object
| java.lang.Object | |
| ↳ | android.app.Notification.CarExtender.UnreadConversation |
A class which holds the unread messages from a conversation.
Summary
Public methods | |
|---|---|
long
|
getLatestTimestamp()
Gets the timestamp of the conversation. |
String[]
|
getMessages()
Gets the list of messages conveyed by this notification. |
String
|
getParticipant()
Gets the firs participant in the conversation. |
String[]
|
getParticipants()
Gets the participants in the conversation. |
PendingIntent
|
getReadPendingIntent()
Gets the pending intent that Android Auto will send after it reads aloud all messages in this object's message list. |
RemoteInput
|
getRemoteInput()
Gets the remote input that will be used to convey the response to a message list, or null if no such remote input exists. |
PendingIntent
|
getReplyPendingIntent()
Gets the pending intent that will be triggered when the user replies to this notification. |
Inherited methods | |
|---|---|
java.lang.Object
| |
Public methods
getLatestTimestamp
long getLatestTimestamp ()
Gets the timestamp of the conversation.
| Returns | |
|---|---|
long |
|
getMessages
String[] getMessages ()
Gets the list of messages conveyed by this notification.
| Returns | |
|---|---|
String[] |
|
getParticipant
String getParticipant ()
Gets the firs participant in the conversation.
| Returns | |
|---|---|
String |
|
getParticipants
String[] getParticipants ()
Gets the participants in the conversation.
| Returns | |
|---|---|
String[] |
|
getReadPendingIntent
PendingIntent getReadPendingIntent ()
Gets the pending intent that Android Auto will send after it reads aloud all messages in this object's message list.
| Returns | |
|---|---|
PendingIntent |
|
getRemoteInput
RemoteInput getRemoteInput ()
Gets the remote input that will be used to convey the response to a message list, or null if no such remote input exists.
| Returns | |
|---|---|
RemoteInput |
|
getReplyPendingIntent
PendingIntent getReplyPendingIntent ()
Gets the pending intent that will be triggered when the user replies to this notification.
| Returns | |
|---|---|
PendingIntent |
|
Interfaces
- ActionBar.OnMenuVisibilityListener
- ActionBar.OnNavigationListener
- ActionBar.TabListener
- AlarmManager.OnAlarmListener
- Application.ActivityLifecycleCallbacks
- Application.OnProvideAssistDataListener
- AppOpsManager.OnOpChangedListener
- DatePickerDialog.OnDateSetListener
- FragmentBreadCrumbs.OnBreadCrumbClickListener
- FragmentManager.BackStackEntry
- FragmentManager.OnBackStackChangedListener
- KeyguardManager.OnKeyguardExitResult
- LoaderManager.LoaderCallbacks
- Notification.Action.Extender
- Notification.Extender
- PendingIntent.OnFinished
- SearchManager.OnCancelListener
- SearchManager.OnDismissListener
- SharedElementCallback.OnSharedElementsReadyListener
- TimePickerDialog.OnTimeSetListener
- UiAutomation.AccessibilityEventFilter
- UiAutomation.OnAccessibilityEventListener
Classes
- ActionBar
- ActionBar.LayoutParams
- ActionBar.Tab
- Activity
- ActivityGroup
- ActivityManager
- ActivityManager.AppTask
- ActivityManager.MemoryInfo
- ActivityManager.ProcessErrorStateInfo
- ActivityManager.RecentTaskInfo
- ActivityManager.RunningAppProcessInfo
- ActivityManager.RunningServiceInfo
- ActivityManager.RunningTaskInfo
- ActivityManager.TaskDescription
- ActivityOptions
- AlarmManager
- AlarmManager.AlarmClockInfo
- AlertDialog
- AlertDialog.Builder
- AliasActivity
- Application
- ApplicationErrorReport
- ApplicationErrorReport.AnrInfo
- ApplicationErrorReport.BatteryInfo
- ApplicationErrorReport.CrashInfo
- ApplicationErrorReport.RunningServiceInfo
- AppOpsManager
- AutomaticZenRule
- DatePickerDialog
- Dialog
- DialogFragment
- DownloadManager
- DownloadManager.Query
- DownloadManager.Request
- ExpandableListActivity
- Fragment
- Fragment.SavedState
- FragmentBreadCrumbs
- FragmentContainer
- FragmentController
- FragmentHostCallback
- FragmentManager
- FragmentManager.FragmentLifecycleCallbacks
- FragmentManagerNonConfig
- FragmentTransaction
- Instrumentation
- Instrumentation.ActivityMonitor
- Instrumentation.ActivityResult
- IntentService
- KeyguardManager
- KeyguardManager.KeyguardDismissCallback
- KeyguardManager.KeyguardLock
- LauncherActivity
- LauncherActivity.IconResizer
- LauncherActivity.ListItem
- ListActivity
- ListFragment
- LoaderManager
- LocalActivityManager
- MediaRouteActionProvider
- MediaRouteButton
- NativeActivity
- Notification
- Notification.Action
- Notification.Action.Builder
- Notification.Action.WearableExtender
- Notification.BigPictureStyle
- Notification.BigTextStyle
- Notification.Builder
- Notification.CarExtender
- Notification.CarExtender.Builder
- Notification.CarExtender.UnreadConversation
- Notification.DecoratedCustomViewStyle
- Notification.DecoratedMediaCustomViewStyle
- Notification.InboxStyle
- Notification.MediaStyle
- Notification.MessagingStyle
- Notification.MessagingStyle.Message
- Notification.Style
- Notification.WearableExtender
- NotificationChannel
- NotificationChannelGroup
- NotificationManager
- NotificationManager.Policy
- PendingIntent
- PictureInPictureParams
- PictureInPictureParams.Builder
- Presentation
- ProgressDialog
- RemoteAction
- RemoteInput
- RemoteInput.Builder
- SearchableInfo
- SearchManager
- Service
- SharedElementCallback
- TabActivity
- TaskStackBuilder
- TimePickerDialog
- UiAutomation
- UiModeManager
- VoiceInteractor
- VoiceInteractor.AbortVoiceRequest
- VoiceInteractor.CommandRequest
- VoiceInteractor.CompleteVoiceRequest
- VoiceInteractor.ConfirmationRequest
- VoiceInteractor.PickOptionRequest
- VoiceInteractor.PickOptionRequest.Option
- VoiceInteractor.Prompt
- VoiceInteractor.Request
- WallpaperInfo
- WallpaperManager
Exceptions