Language

DevicePresenceEventType Enum

Definition

public enum DevicePresenceEventType
type DevicePresenceEventType = 
Inheritance
DevicePresenceEventType

Fields

Name Value Description
BleAppeared 0
BleDisappeared 1
BtConnected 2
BtDisconnected 3
SelfManagedAppeared 4
SelfManagedDisappeared 5
EventAssociationRemoved 6
Nearby 7

Event reported by a self-managed companion app to indicate the device is nearby.

Android reference for android.companion.DevicePresenceEvent.EVENT_SELF_MANAGED_NEARBY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NotNearby 8

Event reported by a self-managed companion app to indicate the device is not nearby.

Android reference for android.companion.DevicePresenceEvent.EVENT_SELF_MANAGED_NOT_NEARBY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to