public final class

InlineSuggestionUi.Content

extends SlicedContent

 java.lang.Object

androidx.autofill.inline.common.SlicedContent

↳androidx.autofill.inline.v1.InlineSuggestionUi.Content

Overview

Content for the V1 inline suggestion UI.

Summary

Fields
from SlicedContentmSlice
Methods
public PendingIntentgetAttributionIntent()

public java.lang.CharSequencegetContentDescription()

public IcongetEndIcon()

public IcongetStartIcon()

public java.lang.CharSequencegetSubtitle()

public java.lang.CharSequencegetTitle()

public abstract booleanisValid()

Returns true if the wrapped slice is valid according to the slice version.

from SlicedContentgetSlice, getVersion
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.lang.CharSequence getTitle()

See also: InlineSuggestionUi.Content.Builder.setTitle(CharSequence)

public java.lang.CharSequence getSubtitle()

See also: InlineSuggestionUi.Content.Builder.setSubtitle(CharSequence)

public Icon getStartIcon()

See also: InlineSuggestionUi.Content.Builder.setStartIcon(Icon)

public Icon getEndIcon()

See also: InlineSuggestionUi.Content.Builder.setEndIcon(Icon)

public java.lang.CharSequence getContentDescription()

See also: InlineSuggestionUi.Content.Builder.setContentDescription(CharSequence)

public PendingIntent getAttributionIntent()

See also: InlineSuggestionUi.newContentBuilder(PendingIntent)

public abstract boolean isValid()

Returns true if the wrapped slice is valid according to the slice version.