語言

Notification.ExtraRemoteInputDraft 欄位

定義

如果通知中包含未寄出的 RemoteInput 草稿,我們會用這個鍵把草稿加到 contentIntent 的字串。

[Android.Runtime.Register("EXTRA_REMOTE_INPUT_DRAFT", ApiSince=28)]
public const string ExtraRemoteInputDraft;
[<Android.Runtime.Register("EXTRA_REMOTE_INPUT_DRAFT", ApiSince=28)>]
val mutable ExtraRemoteInputDraft : string

欄位值

實作

屬性

備註

如果通知中包含未寄出的 RemoteInput 草稿,我們會用這個鍵把草稿加到 contentIntent 的字串。 應用程式可能會利用這些額外功能預先填充應用程式中的文字欄位,使用者通常會在那裡發送訊息。

Android 參考資料。android.app.Notification.EXTRA_REMOTE_INPUT_DRAFT

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於