Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
Bluetooth | com.distriqt.extension.bluetooth | This class represents the bluetooth extension providing access to the bluetooth functionality on Using the Bluetooth APIs, an Android application can perform the following: Scan for other Bluetooth devices Query the local Bluetooth adapter for paired Bluetooth devices Establish RFCOMM channels Connect to other devices through service discovery Transfer data to and from other devices Manage multiple connections Creating a connection between devices For a bluetooth connection there must be a 'server' or a listener and a 'client' or connector. | |
BluetoothClass | com.distriqt.extension.bluetooth | Describes information about the 'class' of a bluetooth device. | |
BluetoothConnectionEvent | com.distriqt.extension.bluetooth.events | This event describes connection events related to the listening and connecting functionality of the bluetooth extension. | |
BluetoothDevice | com.distriqt.extension.bluetooth | This class represents a bluetooth device. | |
BluetoothDeviceEvent | com.distriqt.extension.bluetooth.events | ||
BluetoothEvent | com.distriqt.extension.bluetooth.events |