PhoneBookSynchronizationStatus

Status of synchronization with Bluetooth devices.

+-------------------------------+                             +-------------------------------+
| | | |
| NO_CONNECTED_DEVICES | | SYNCHRONIZATION_NOT_ENABLED |
| (Disconnected) | | (Synchronization not enabled) |
| | | |
+-------------------------------+ +-------------------------------+
| ^ ^ |
| | +-----------------------------+ | |
| | Disconnection | | Not enabled | |
| +---------------| SYNCHRONIZATION_IN_PROGRESS |-------------+ |
+----------------->| (Synchronizing) |<---------------+
Phone connected | | Enabled
+-----------------------------+

Entries

Link copied to clipboard

There are no Bluetooth devices connected.

Link copied to clipboard

Synchronization is in progress with a connected device. Note: There is no done state, because synchronization is a continuous process. This means that when the status is SYNCHRONIZATION_IN_PROGRESS, then the client has access to the latest available contacts.

Link copied to clipboard

There is currently no connected device that has enabled contact sharing.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.