WatchFaceColorsWireFormat


public final class WatchFaceColorsWireFormat implements VersionedParcelable, Parcelable


Wire format for WatchFaceColorsWireFormat.

Summary

Public constructors

WatchFaceColorsWireFormat(
    int primaryColor,
    int secondaryColor,
    int tertiaryColor
)

Public methods

int
int
int
int
void
writeToParcel(@Nullable Parcel parcel, int flags)

Serializes this WatchFaceColorsWireFormat to the specified Parcel.

Inherited Constants

From android.os.Parcelable
static final int
static final int

Constants

CREATOR

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public static final @NonNull Parcelable.Creator<WatchFaceColorsWireFormatCREATOR

Public constructors

WatchFaceColorsWireFormat

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public WatchFaceColorsWireFormat(
    int primaryColor,
    int secondaryColor,
    int tertiaryColor
)

Public methods

describeContents

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public int describeContents()

getPrimaryColor

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public int getPrimaryColor()

getSecondaryColor

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public int getSecondaryColor()

getTertiaryColor

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public int getTertiaryColor()

writeToParcel

Added in 1.2.0
Deprecated in 1.3.0-alpha06
public void writeToParcel(@Nullable Parcel parcel, int flags)

Serializes this WatchFaceColorsWireFormat to the specified Parcel.