public abstract class

BundledStyle.Builder<T extends BundledStyle>

extends java.lang.Object

 java.lang.Object

↳androidx.autofill.inline.common.BundledStyle.Builder<T>

Subclasses:

InlineSuggestionUi.Style.Builder, ImageViewStyle.Builder, ViewStyle.BaseBuilder<T, B>, ViewStyle.Builder, TextViewStyle.Builder

Overview

Base builder class for the BundledStyle.

Summary

Fields
protected final BundlemBundle

Constructors
protectedBuilder(java.lang.String style)

Methods
public abstract BundledStylebuild()

Returns a subclass of BundledStyle built by this builder.

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

Fields

protected final Bundle mBundle

Constructors

protected Builder(java.lang.String style)

Methods

public abstract BundledStyle build()

Returns a subclass of BundledStyle built by this builder.