Class DeviceEngagementUtils
-
- All Implemented Interfaces:
public class DeviceEngagementUtils
The type Device engagement utils.
-
-
Method Summary
Modifier and Type Method Description static DeviceEngagement
fromBytesAndOptions(@NonNull() Array<byte> bytes, List<RetrievalOptions> options)
From bytes and options device engagement. -
-
Method Detail
-
fromBytesAndOptions
@NonNull() static DeviceEngagement fromBytesAndOptions(@NonNull() Array<byte> bytes, List<RetrievalOptions> options)
From bytes and options device engagement.
- Parameters:
bytes
- the bytesoptions
- the options
-
-
-
-