- get(Context) - Static method in class com.vuzix.connectivity.sdk.Connectivity
-
Returns the global Connectivity object associated with your application.
- getDevice(long) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Returns a device with the specified id.
- getDevice() - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Convenience method for obtaining a remote device.
- getDevices() - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Returns a list of all available remote devices that are linked to this device.
- getId() - Method in class com.vuzix.connectivity.sdk.Device
-
Returns the id of the device.
- getName() - Method in class com.vuzix.connectivity.sdk.Device
-
Returns the name of the device.
- getSendingDevice(Intent) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines the remote device that sent the given intent.
- getSendingDeviceId(Intent) - Static method in class com.vuzix.connectivity.sdk.Connectivity
-
Extracts the device id from an intent.
- getSendingPackage(Intent) - Static method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines the remote package (app) that sent the intent.
- getType() - Method in class com.vuzix.connectivity.sdk.Device
-
Returns the type of remote device.