WatchFaceColorsWireFormat
Artifact: androidx.wear.watchface:watchface-data
Added in 1.2.0
Deprecated in 1.3.0-alpha07
public final class WatchFaceColorsWireFormat implements VersionedParcelable, Parcelable
Wire format for WatchFaceColorsWireFormat.
Summary
Constants |
|
|---|---|
static final @NonNull Parcelable.Creator<WatchFaceColorsWireFormat> |
Public constructors |
|---|
|
Public methods |
|
|---|---|
int |
|
int |
|
int |
|
int |
|
void |
Serializes this WatchFaceColorsWireFormat to the specified |
Inherited Constants |
||||
|---|---|---|---|---|
|
Constants
CREATOR
Added in 1.2.0
Deprecated in 1.3.0-alpha07
public static final @NonNull Parcelable.Creator<WatchFaceColorsWireFormat> CREATOR
Public constructors
WatchFaceColorsWireFormat
Added in 1.2.0
Deprecated in 1.3.0-alpha07
publicWatchFaceColorsWireFormat(
int primaryColor,
int secondaryColor,
int tertiaryColor
)
Public methods
writeToParcel
Added in 1.2.0
Deprecated in 1.3.0-alpha07
public voidwriteToParcel(@Nullable Parcel parcel, int flags)
Serializes this WatchFaceColorsWireFormat to the specified Parcel.