InlineSuggestionUi.Content

class InlineSuggestionUi.Content : UiVersions.Content


Content for the V1 inline suggestion UI.

Summary

Nested types

Builder for the Content.

Public functions

PendingIntent?
CharSequence?
Icon?
Slice

Returns the wrapped slice containing the UI content.

Icon?
CharSequence?
CharSequence?

Public functions

getAttributionIntent

Added in 1.1.0
fun getAttributionIntent(): PendingIntent?

getContentDescription

Added in 1.1.0
fun getContentDescription(): CharSequence?

getEndIcon

Added in 1.1.0
fun getEndIcon(): Icon?
See also
setEndIcon

getSlice

Added in 1.3.0-alpha02
fun getSlice(): Slice

Returns the wrapped slice containing the UI content.

getStartIcon

Added in 1.1.0
fun getStartIcon(): Icon?
See also
setStartIcon

getSubtitle

Added in 1.1.0
fun getSubtitle(): CharSequence?
See also
setSubtitle

getTitle

Added in 1.1.0
fun getTitle(): CharSequence?
See also
setTitle