共用方式為


SearchManager.ActionKey 欄位

定義

意圖額外的數據索引鍵:搭配意圖使用此金鑰。

[Android.Runtime.Register("ACTION_KEY")]
public const string ActionKey;
[<Android.Runtime.Register("ACTION_KEY")>]
val mutable ActionKey : string

欄位值

屬性

備註

意圖額外的數據索引鍵:搭配Intent.ACTION_SEARCH使用此金鑰,並 android.content.Intent#getIntExtra content.Intent.getIntExtra() 取得使用者用來觸發此查詢的密鑰碼。 如果使用者只是按下搜尋UI上的 [GO] 按鈕,則為零。 這主要與searchable.xml組態檔之 actionkey 元素中的 keycode 屬性搭配使用。

android.app.SearchManager.ACTION_KEYJava 檔。

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

適用於