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 enumDeviceEngagement.DeviceRetrievalMethod.TypeThe enum Type.
public final classDeviceEngagement.DeviceRetrievalMethod.NFCThe type Nfc.
public final classDeviceEngagement.DeviceRetrievalMethod.BLEThe type Ble.
public final classDeviceEngagement.DeviceRetrievalMethod.WIFIAwareThe type Wifi aware.
-
Method Summary
Modifier and Type Method Description DeviceEngagement.DeviceRetrievalMethod.TypegetType()Gets type. intgetVersion()Gets version. -
-
Method Detail
-
getType
@NonNull() DeviceEngagement.DeviceRetrievalMethod.Type getType()
Gets type.
-
getVersion
int getVersion()
Gets version.
-
-
-
-