UsageStats.LastTimeVisible Property

Definition

Get the last time this package's activity is visible in the UI, measured in milliseconds since the epoch.

public long LastTimeVisible { [Android.Runtime.Register("getLastTimeVisible", "()J", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getLastTimeVisible", "()J", "", ApiSince=29)>]
member this.LastTimeVisible : int64

Property Value

Attributes

Remarks

Get the last time this package's activity is visible in the UI, measured in milliseconds since the epoch.

Java documentation for android.app.usage.UsageStats.getLastTimeVisible().

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