InlineSuggestionUi.Content
public
static
final
class
InlineSuggestionUi.Content
extends Object
implements
UiVersions.Content
java.lang.Object | |
↳ | androidx.autofill.inline.v1.InlineSuggestionUi.Content |
Content for the V1 inline suggestion UI.
Summary
Nested classes | |
---|---|
class |
InlineSuggestionUi.Content.Builder
Builder for the |
Public methods | |
---|---|
PendingIntent
|
getAttributionIntent()
|
CharSequence
|
getContentDescription()
|
Icon
|
getEndIcon()
|
final
Slice
|
getSlice()
Returns the wrapped slice containing the UI content. |
Icon
|
getStartIcon()
|
CharSequence
|
getSubtitle()
|
CharSequence
|
getTitle()
|
Inherited methods | |
---|---|
Public methods
getContentDescription
public CharSequence getContentDescription ()
Returns | |
---|---|
CharSequence |
getSlice
public final Slice getSlice ()
Returns the wrapped slice containing the UI content.
Returns | |
---|---|
Slice |
getSubtitle
public CharSequence getSubtitle ()
Returns | |
---|---|
CharSequence |
getTitle
public CharSequence getTitle ()
Returns | |
---|---|
CharSequence |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-30 UTC.