RouteViolatedAvoidOptions

class RouteViolatedAvoidOptions : BaseNativeParcelable

Constructors

Link copied to clipboard
open fun RouteViolatedAvoidOptions(@NonNull globalSettingsViolation: Set<Integer>, @NonNull countrySettingsViolation: Map<String, Collection<Integer>>)

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun getAvoidedCountries(): List<String>
Link copied to clipboard
open fun getCountrySettingsViolation(): Map<String, Collection<Integer>>
Link copied to clipboard
open fun getGlobalSettingsViolation(): Set<Integer>
Link copied to clipboard
open fun isValidParcelable(): Boolean
If object after recreate from parcel contains all of reference like original object method return true.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<RouteViolatedAvoidOptions>