共用方式為


ShortcutInfo.GetIntents 方法

定義

使用 Builder#setIntents(Intent[])傳回意圖集。

[Android.Runtime.Register("getIntents", "()[Landroid/content/Intent;", "", ApiSince=25)]
public Android.Content.Intent[]? GetIntents ();
[<Android.Runtime.Register("getIntents", "()[Landroid/content/Intent;", "", ApiSince=25)>]
member this.GetIntents : unit -> Android.Content.Intent[]

傳回

Intent[]
屬性

備註

使用 Builder#setIntents(Intent[])傳回意圖集。

啟動器應用程式 <b>無法</b> 看到意圖。 ShortcutInfo如果透過 LauncherApps取得 ,則這個方法一律會傳回 null。 啟動器只能使用 LauncherApps#startShortcut啟動快捷方式意圖。

android.content.pm.ShortcutInfo.getIntents()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於