Language

Notification.Action.WearableExtender.IsAvailableOffline Property

Definition

Get whether this action is available when the wearable device is not connected to a companion device.

public bool IsAvailableOffline { [Android.Runtime.Register("isAvailableOffline", "()Z", "")] get; }
[<get: Android.Runtime.Register("isAvailableOffline", "()Z", "")>]
member this.IsAvailableOffline : bool

Property Value

Attributes

Remarks

Get whether this action is available when the wearable device is not connected to a companion device. The user can still trigger this action when the wearable device is offline, but a visual hint will indicate that the action may not be available. Defaults to true.

Android reference for android.app.Notification.Action.WearableExtender.isAvailableOffline.

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