Scanning for Device
Scanning when device not connected
public void OnStartScan(JMRInteractionManager.InteractionDeviceType devType, int index)
Parameters
Description
InteractionDeviceType
Type of device connected
index
Index of connected device
To scan when the device is not connected need to implement the callback method exposed through InteractionManager:
OnStartScan(JMRInteractionManager.InteractionDeviceType devType, int index)
Interaction Manager will call this action when the device is not connected
Action will be called only when itβs subscribed to a method. Action must be subscribed to the method with a matching signature.
Last updated