public final class

UiVersions.StylesBuilder

extends java.lang.Object

 java.lang.Object

↳androidx.autofill.inline.UiVersions.StylesBuilder

Overview

A builder responsible for providing a with encoded UI style specifications for one or more versions of UI templates.

Summary

Methods
public UiVersions.StylesBuilderaddStyle(UiVersions.Style style)

Adds a UI style.

public Bundlebuild()

Returns the styles for one or more UI versions represented as a so it can be transported through IPC.

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

Methods

Adds a UI style.

Parameters:

style: the style being added

public Bundle build()

Returns the styles for one or more UI versions represented as a so it can be transported through IPC.