ShortcutManager.RemoveAllDynamicShortcuts メソッド

定義

呼び出し元アプリからすべての動的ショートカットを削除します。

[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
属性

注釈

呼び出し元アプリからすべての動的ショートカットを削除します。

の Java ドキュメントandroid.content.pm.ShortcutManager.removeAllDynamicShortcuts()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象