Notification.WearableExtender.ContentIntentAvailableOffline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.