Language

DevicePresenceEvent.EventSelfManagedNearby Field

Definition

Caution

This constant will be removed in the future version. Use Android.Companion.DevicePresenceEventType enum directly instead of this field.

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

[Android.Runtime.Register("EVENT_SELF_MANAGED_NEARBY", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Companion.DevicePresenceEventType enum directly instead of this field.", true)]
public const Android.Companion.DevicePresenceEventType EventSelfManagedNearby = 7;
[<Android.Runtime.Register("EVENT_SELF_MANAGED_NEARBY", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Companion.DevicePresenceEventType enum directly instead of this field.", true)>]
val mutable EventSelfManagedNearby : Android.Companion.DevicePresenceEventType

Field Value

Value = 7

Implements

Attributes

Remarks

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.

Applies to