public class ZendriveSettingWarning extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ZendriveSettingWarning> |
CREATOR |
ZendriveIssueType |
type
The type of the warning.
|
Constructor and Description |
---|
ZendriveSettingWarning(ZendriveIssueType type) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
@NonNull public final ZendriveIssueType type
public static final android.os.Parcelable.Creator<ZendriveSettingWarning> CREATOR
public ZendriveSettingWarning(@NonNull ZendriveIssueType type)