HealthCareLocatorViewFontObject

data class HealthCareLocatorViewFontObject : Parcelable

HealthCareLocatorViewFontObject provides method(s) to define font and font size.

Parameters

id

ID of object representing font formatting applied to text.

fontName

Font family path from assets folder.

size

Font size to make the text small or big.

Types

Builder

data class Builder

CREATOR

companion object CREATOR : Creator<HealthCareLocatorViewFontObject>

Field to create one or more objects of this type. See companion object functions later on this page.

Constructor

<init>

HealthCareLocatorViewFontObject(parcel: Parcel)

Properties

fontName

var fontName: String

Font family path from assets folder.

id

var id: String

ID of object representing font formatting applied to text.

size

var size: Int

Font size to make the text small or big.

title

var title: String

weight

var weight: Int

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel?, flags: Int): Unit

Companion object functions

createFromParcel

fun createFromParcel(parcel: Parcel): HealthCareLocatorViewFontObject

newArray

fun newArray(size: Int): Array<HealthCareLocatorViewFontObject?>

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android