ShortcutManager.ManifestShortcuts 属性

定义

从调用方应用返回所有静态(清单)快捷方式。

public virtual System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo> ManifestShortcuts { [Android.Runtime.Register("getManifestShortcuts", "()Ljava/util/List;", "GetGetManifestShortcutsHandler", ApiSince=25)] get; }
[<get: Android.Runtime.Register("getManifestShortcuts", "()Ljava/util/List;", "GetGetManifestShortcutsHandler", ApiSince=25)>]
member this.ManifestShortcuts : System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo>

属性值

属性

注解

从调用方应用返回所有静态(清单)快捷方式。

此 API 用于检查当前发布的快捷方式。 通过 API 返回的 ShortcutInfo重新发布,例如 #setDynamicShortcuts(List) 可能会导致图标等信息丢失。

适用于 . 的 android.content.pm.ShortcutManager.getManifestShortcuts()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于