ShortcutManager.RemoveAllDynamicShortcuts Method

Definition

Delete all dynamic shortcuts from the caller app.

[Android.Runtime.Register("removeAllDynamicShortcuts", "()V", "GetRemoveAllDynamicShortcutsHandler", ApiSince=25)]
public virtual void RemoveAllDynamicShortcuts ();
[<Android.Runtime.Register("removeAllDynamicShortcuts", "()V", "GetRemoveAllDynamicShortcutsHandler", ApiSince=25)>]
abstract member RemoveAllDynamicShortcuts : unit -> unit
override this.RemoveAllDynamicShortcuts : unit -> unit
Attributes

Remarks

Delete all dynamic shortcuts from the caller app.

Java documentation for android.content.pm.ShortcutManager.removeAllDynamicShortcuts().

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