public interface

UiVersions.Style

 androidx.autofill.inline.UiVersions.Style

Subclasses:

InlineSuggestionUi.Style

Overview

Represents a UI style specification that contains the version information and can be converted into a Bundle to be read to render a UI in a remote process.

Summary

Methods
public BundlegetBundle()

Returns the style represented as a so it can be transported through IPC.

public java.lang.StringgetVersion()

Returns the UiVersions.InlineUiVersion the style corresponds to.

Methods

public Bundle getBundle()

Returns the style represented as a so it can be transported through IPC.

public java.lang.String getVersion()

Returns the UiVersions.InlineUiVersion the style corresponds to.