Notification.WearableExtender.HintScreenTimeout Property

Definition

Get the duration, in milliseconds, that the screen should remain on for when this notification is displayed.

public int HintScreenTimeout { [Android.Runtime.Register("getHintScreenTimeout", "()I", "", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getHintScreenTimeout", "()I", "", ApiSince=22)>]
member this.HintScreenTimeout : int

Property Value

the duration in milliseconds if > 0, or either one of the sentinel values #SCREEN_TIMEOUT_SHORT or #SCREEN_TIMEOUT_LONG.

Attributes

Remarks

Get the duration, in milliseconds, that the screen should remain on for when this notification is displayed.

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

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