LauncherApps.ShortcutQuery.SetChangedSince(Int64) Method

Definition

If non-zero, returns only shortcuts that have been added or updated since the given timestamp, expressed in milliseconds since the Epoch—see System.currentTimeMillis().

[Android.Runtime.Register("setChangedSince", "(J)Landroid/content/pm/LauncherApps$ShortcutQuery;", "GetSetChangedSince_JHandler", ApiSince=25)]
public virtual Android.Content.PM.LauncherApps.ShortcutQuery? SetChangedSince(long changedSince);
[<Android.Runtime.Register("setChangedSince", "(J)Landroid/content/pm/LauncherApps$ShortcutQuery;", "GetSetChangedSince_JHandler", ApiSince=25)>]
abstract member SetChangedSince : int64 -> Android.Content.PM.LauncherApps.ShortcutQuery
override this.SetChangedSince : int64 -> Android.Content.PM.LauncherApps.ShortcutQuery

Parameters

changedSince
Int64

Returns

Attributes

Remarks

If non-zero, returns only shortcuts that have been added or updated since the given timestamp, expressed in milliseconds since the Epoch—see System.currentTimeMillis().

Android reference for android.content.pm.LauncherApps.ShortcutQuery.setChangedSince.

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