public static final class Camera.License extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Camera.License> |
CREATOR
Parcelable creator for this type.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
boolean |
canUseWhileDriving()
Gets whether camera can be used while driving.
|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getCopyrightNotice()
Gets the copyright notice of the camera.
|
String |
getRegionId()
Gets the region id of the camera.
|
int |
hashCode() |
boolean |
isFreeToEndUserProhibited()
Gets whether camera image is free to end user.
|
boolean |
isSublicenseProhibited()
Gets whether camera licence image can be sublicense.
|
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<Camera.License> CREATOR
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic boolean canUseWhileDriving()
public boolean isSublicenseProhibited()
public boolean isFreeToEndUserProhibited()
public String getRegionId()
public String getCopyrightNotice()
Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.