AI-generated Key Takeaways
-
PinConfig.Builderis used to createPinConfiginstances. -
The builder includes methods to set the background color, border color, and glyph of a
PinConfig. -
The
build()method creates the finalPinConfigobject from the builder.
A builder for creating PinConfig
instances.
Public Constructor Summary
Public Method Summary
| PinConfig | |
| PinConfig.Builder | |
| PinConfig.Builder | |
| PinConfig.Builder |
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public PinConfig.Builder setBackgroundColor (int backgroundColor)
Sets the background color of the PinConfig
.
public PinConfig.Builder setBorderColor (int borderColor)
Sets the border color of the PinConfig
.
public PinConfig.Builder setGlyph ( PinConfig.Glyph glyph)
Sets the PinConfig.Glyph
of the PinConfig
.

