WatchFaceColorsWireFormat


class WatchFaceColorsWireFormat : VersionedParcelable, Parcelable


Wire format for WatchFaceColorsWireFormat.

Summary

Public constructors

WatchFaceColorsWireFormat(
    primaryColor: Int,
    secondaryColor: Int,
    tertiaryColor: Int
)

Public functions

Int
Int
Int
Int
Unit
writeToParcel(parcel: Parcel?, flags: Int)

Serializes this WatchFaceColorsWireFormat to the specified Parcel.

Constants

CREATOR

Added in 1.2.0
const val CREATORParcelable.Creator<WatchFaceColorsWireFormat!>

Public constructors

WatchFaceColorsWireFormat

Added in 1.2.0
WatchFaceColorsWireFormat(
    primaryColor: Int,
    secondaryColor: Int,
    tertiaryColor: Int
)

Public functions

describeContents

Added in 1.2.0
fun describeContents(): Int

getPrimaryColor

Added in 1.2.0
fun getPrimaryColor(): Int

getSecondaryColor

Added in 1.2.0
fun getSecondaryColor(): Int

getTertiaryColor

Added in 1.2.0
fun getTertiaryColor(): Int

writeToParcel

Added in 1.2.0
fun writeToParcel(parcel: Parcel?, flags: Int): Unit

Serializes this WatchFaceColorsWireFormat to the specified Parcel.