RemoteInput.Builder(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立一個物件建 RemoteInput 構物件。
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public Builder(string resultKey);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.App.RemoteInput.Builder : string -> Android.App.RemoteInput.Builder
參數
- resultKey
- String
Bundle 金鑰指的是從使用者收集的輸入
- 屬性
備註
為 RemoteInput 物件建立建構物件。
Android 參考資料。android.app.RemoteInput.Builder.Builder
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。