public static class SearchableInfo.ActionKeyInfo extends Object implements Parcelable
SearchableInfo.findActionKey(int)
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
|
int |
getKeyCode()
Gets the key code that this action key info is for.
|
String |
getQueryActionMsg()
Gets the action message to use for queries.
|
String |
getSuggestActionMsg()
Gets the action message to use for suggestions.
|
String |
getSuggestActionMsgColumn()
Gets the name of the column to get the suggestion action message from.
|
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
public int getKeyCode()
android.R.styleable#SearchableActionKey_keycode
public String getQueryActionMsg()
android.R.styleable#SearchableActionKey_queryActionMsg
public String getSuggestActionMsg()
android.R.styleable#SearchableActionKey_suggestActionMsg
public String getSuggestActionMsgColumn()
android.R.styleable#SearchableActionKey_suggestActionMsgColumn
public int describeContents()
Parcelable
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
Parcelable
writeToParcel
in interface Parcelable
dest
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE
.