AppWidgetManager.ExtraAppwidgetPreview 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可傳遞至 #requestPinAppWidget(ComponentName, Bundle, PendingIntent)
的額外 。
[Android.Runtime.Register("EXTRA_APPWIDGET_PREVIEW", ApiSince=26)]
public const string ExtraAppwidgetPreview;
[<Android.Runtime.Register("EXTRA_APPWIDGET_PREVIEW", ApiSince=26)>]
val mutable ExtraAppwidgetPreview : string
欄位值
- 屬性
備註
可傳遞至 #requestPinAppWidget(ComponentName, Bundle, PendingIntent)
的額外 。 這可讓啟動器應用程式向用戶呈現自定義預覽。
值應該 RemoteViews
類似於與呼叫搭配 #updateAppWidget
使用的值。
的 android.appwidget.AppWidgetManager.EXTRA_APPWIDGET_PREVIEW
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。