ShortcutManager.RemoveAllDynamicShortcuts Method
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.
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.