Class DeviceEngagement.DeviceRetrievalMethod
-
- All Implemented Interfaces:
-
com.scytales.mvalid.sdk.engagement.DeviceEngagement.RetrievalMethod
public abstract class DeviceEngagement.DeviceRetrievalMethod implements DeviceEngagement.RetrievalMethod
The type Device retrieval method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
DeviceEngagement.DeviceRetrievalMethod.Type
The enum Type.
public final class
DeviceEngagement.DeviceRetrievalMethod.NFC
The type Nfc.
public final class
DeviceEngagement.DeviceRetrievalMethod.BLE
The type Ble.
public final class
DeviceEngagement.DeviceRetrievalMethod.WIFIAware
The type Wifi aware.
-
Method Summary
Modifier and Type Method Description DeviceEngagement.DeviceRetrievalMethod.Type
getType()
Gets type. int
getVersion()
Gets version. -
-
Method Detail
-
getType
@NonNull() DeviceEngagement.DeviceRetrievalMethod.Type getType()
Gets type.
-
getVersion
int getVersion()
Gets version.
-
-
-
-