Builder

data class Builder

Constructors

<init>

Builder(id: String = "default", fontName: String = "fonts/Roboto-Regular.ttf", size: Int = 14, title: String = "Default", weight: Int = Typeface.NORMAL)

Properties

fontName

var fontName: String

id

var id: String

size

var size: Int

title

var title: String

weight

var weight: Int

Functions

build

fun build(): HealthCareLocatorViewFontObject

fontName

fun fontName(fontName: String): <ERROR CLASS>

id

fun id(id: String): <ERROR CLASS>

size

fun size(size: Int): <ERROR CLASS>

title

fun title(title: String): <ERROR CLASS>

weight

fun weight(weight: Int): <ERROR CLASS>

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android