Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACTION_DEVICE_ADDED - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- ACTION_DEVICE_CHANGED - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- ACTION_DEVICE_CONNECTED - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- ACTION_DEVICE_DISCONNECTED - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- ACTION_DEVICE_REMOVED - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- ACTION_ORDERED_BROADCAST_RESULT - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- addDeviceListener(Connectivity.DeviceListener) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Adds a DeviceListener which will be notified when Connectivity events happen.
B
- BroadcastResultReceiver - Class in com.vuzix.connectivity.sdk
-
Base class for code that receives and handles broadcast results sent by
Connectivity.sendOrderedBroadcast(Device, Intent, BroadcastResultReceiver)
. - BroadcastResultReceiver() - Constructor for class com.vuzix.connectivity.sdk.BroadcastResultReceiver
C
- com.vuzix.connectivity.sdk - package com.vuzix.connectivity.sdk
- Connectivity - Class in com.vuzix.connectivity.sdk
-
The Connectivity class is the main entry point into the Connectivity SDK.
- Connectivity.DeviceListener - Interface in com.vuzix.connectivity.sdk
-
DeviceListeners are interested in all events that could happen with Connectivity.
- Connectivity.DeviceListenerAdapter - Class in com.vuzix.connectivity.sdk
-
Convenience class for implementing a DeviceListener without having to implement all methods.
- Connectivity.SynchronousOrderedBroadcastResult - Class in com.vuzix.connectivity.sdk
-
A simple data-struct to pass the results of a synchronous ordered broadcast around
D
- Device - Class in com.vuzix.connectivity.sdk
-
The Device class represents a remote device that can be communicated with.
- deviceAdded(Device) - Method in interface com.vuzix.connectivity.sdk.Connectivity.DeviceListener
-
A remote device was added (linked)
- deviceAdded(Device) - Method in class com.vuzix.connectivity.sdk.Connectivity.DeviceListenerAdapter
- deviceChanged(Device) - Method in interface com.vuzix.connectivity.sdk.Connectivity.DeviceListener
-
A remote device was changed, most likely the name changed
- deviceChanged(Device) - Method in class com.vuzix.connectivity.sdk.Connectivity.DeviceListenerAdapter
- deviceConnected(Device) - Method in interface com.vuzix.connectivity.sdk.Connectivity.DeviceListener
-
A remote device connected
- deviceConnected(Device) - Method in class com.vuzix.connectivity.sdk.Connectivity.DeviceListenerAdapter
- deviceDisconnected(Device) - Method in interface com.vuzix.connectivity.sdk.Connectivity.DeviceListener
-
A remote device disconnected
- deviceDisconnected(Device) - Method in class com.vuzix.connectivity.sdk.Connectivity.DeviceListenerAdapter
- DeviceListenerAdapter() - Constructor for class com.vuzix.connectivity.sdk.Connectivity.DeviceListenerAdapter
- deviceRemoved(long) - Method in interface com.vuzix.connectivity.sdk.Connectivity.DeviceListener
-
A remote device was removed (unlinked)
- deviceRemoved(long) - Method in class com.vuzix.connectivity.sdk.Connectivity.DeviceListenerAdapter
E
- equals(Object) - Method in class com.vuzix.connectivity.sdk.Device
- EXTRA_BROADCAST_ID - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- EXTRA_BROADCAST_RESULT_CODE - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- EXTRA_BROADCAST_RESULT_DATA - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- EXTRA_BROADCAST_RESULT_EXTRAS - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- EXTRA_DEVICE_ID - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- EXTRA_SENDING_PACKAGE - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- EXTRA_VERIFY_DATA - Static variable in class com.vuzix.connectivity.sdk.Connectivity
- EXTRA_VERIFY_SIGNATURE - Static variable in class com.vuzix.connectivity.sdk.Connectivity
G
- get(Context) - Static method in class com.vuzix.connectivity.sdk.Connectivity
-
Returns the global Connectivity object associated with your application.
- getDevice() - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Convenience method for obtaining a remote device.
- getDevice(long) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Returns a device with the specified id.
- 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.
- getResultCode() - Method in class com.vuzix.connectivity.sdk.BroadcastResultReceiver
-
Retrieve the current result code, as set by the previous receiver.
- getResultData() - Method in class com.vuzix.connectivity.sdk.BroadcastResultReceiver
-
Retrieve the current result data, as set by the previous receiver.
- getResultExtras(boolean) - Method in class com.vuzix.connectivity.sdk.BroadcastResultReceiver
-
Retrieve the current result extra data, as set by the previous receiver.
- 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.
H
- hashCode() - Method in class com.vuzix.connectivity.sdk.Device
I
- isAvailable() - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines if Connectivity is available on this device.
- isConnected() - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines if any remote devices are currently connected.
- isConnected(Device) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines if the specified device is currently connected.
- isLinked() - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines if any remote devices are linked.
O
- onReceive(Context, Intent) - Method in class com.vuzix.connectivity.sdk.BroadcastResultReceiver
-
This method is called when the BroadcastResultReceiver is receiving a result.
R
- removeDeviceListener(Connectivity.DeviceListener) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Removes a DeviceListener.
- resultCode - Variable in class com.vuzix.connectivity.sdk.Connectivity.SynchronousOrderedBroadcastResult
- resultData - Variable in class com.vuzix.connectivity.sdk.Connectivity.SynchronousOrderedBroadcastResult
- resultExtra - Variable in class com.vuzix.connectivity.sdk.Connectivity.SynchronousOrderedBroadcastResult
S
- sendBroadcast(Intent) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Sends a broadcast to all connected remote devices.
- sendBroadcast(Device, Intent) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Sends a broadcast to the specified remote device.
- sendOrderedBroadcast(Device, Intent) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Sends an ordered broadcast to the specified remote device.
- sendOrderedBroadcast(Device, Intent, BroadcastResultReceiver) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Sends an ordered broadcast to the specified remote device.
- sendOrderedBroadcast(Device, Intent, BroadcastResultReceiver, int, String, Bundle) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Sends an ordered broadcast to the specified remote device.
- sendSynchronousOrderedBroadcast(Device, Intent) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Synchronously send an ordered broadcast message to a remote device.
- SynchronousOrderedBroadcastResult() - Constructor for class com.vuzix.connectivity.sdk.Connectivity.SynchronousOrderedBroadcastResult
V
- verify(Intent) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines if the given intent is a valid intent that came from the Connectivity framework.
- verify(Intent, String) - Method in class com.vuzix.connectivity.sdk.Connectivity
-
Determines if the given intent is a valid intent that came from the Connectivity framework and that it originated from the specified package.
All Classes and Interfaces|All Packages|Constant Field Values