Device Disconnected
Public void OnDisconnect(JMRInteractionManager.InteractionDeviceType devType, int index, string val)
Parameters
Description
InteractionDeviceType
Type of device connected
index
Index of connected device
name
Name of connected device
To get notified when the device is disconnected need to implement callback method exposed through InteractionManager:
OnDisconnected(JMRInteractionManager.InteractionDeviceType devType, int index, string val)
Interaction Manager will call this action when the device is connected
Last updated