Package com.indooratlas.android.sdk
Class IARadioScanRequest
- java.lang.Object
-
- com.indooratlas.android.sdk.IARadioScanRequest
-
- All Implemented Interfaces:
Parcelable
@Restricted @Beta public class IARadioScanRequest extends Object implements Parcelable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static Parcelable.Creator<IARadioScanRequest>
CREATOR
boolean
iBeacons
boolean
wifis
-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IARadioScanRequest(Parcel in)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IARadioScanRequest
andIBeacons()
IARadioScanRequest
andWifis()
int
describeContents()
static IARadioScanRequest
withIBeacons()
static IARadioScanRequest
withWifis()
void
writeToParcel(Parcel dest, int flags)
-
-
-
Field Detail
-
iBeacons
public final boolean iBeacons
-
wifis
public final boolean wifis
-
CREATOR
public static final Parcelable.Creator<IARadioScanRequest> CREATOR
-
-
Constructor Detail
-
IARadioScanRequest
protected IARadioScanRequest(Parcel in)
-
-
Method Detail
-
withIBeacons
public static IARadioScanRequest withIBeacons()
-
withWifis
public static IARadioScanRequest withWifis()
-
andIBeacons
public IARadioScanRequest andIBeacons()
-
andWifis
public IARadioScanRequest andWifis()
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceParcelable
-
writeToParcel
public void writeToParcel(@NonNull Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceParcelable
-
-