data class Builder
<init> |
Builder(id: String = "default", fontName: String = "fonts/Roboto-Regular.ttf", size: Int = 14, title: String = "Default", weight: Int = Typeface.NORMAL) |
fontName |
var fontName: String |
id |
var id: String |
size |
var size: Int |
title |
var title: String |
weight |
var weight: Int |
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> |
HealthCare Locator 1.0 and higher
Platform and requirements: Android