AppWidgetEvent.VisibleDuration 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.
Describes the total duration of time during which the widget was visible.
public Java.Time.Duration VisibleDuration { [Android.Runtime.Register("getVisibleDuration", "()Ljava/time/Duration;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getVisibleDuration", "()Ljava/time/Duration;", "", ApiSince=36)>]
member this.VisibleDuration : Java.Time.Duration
Property Value
- Attributes
Remarks
Describes the total duration of time during which the widget was visible. This may be different than the event time range (between #getStart() and #getEnd() if the widget was hidden and shown multiple times during the event time range.
Java documentation for android.appwidget.AppWidgetEvent.getVisibleDuration().
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.