Notification.WearableExtender.ContentIntentAvailableOffline Property

Definition

Get whether the content intent is available when the wearable device is not connected to a companion device.

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

Property Value

Attributes

Remarks

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

Java documentation for android.app.Notification.WearableExtender.getContentIntentAvailableOffline().

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