Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
HUAWEI HMS Core
Documents from this version have been archived, and will not continue to be maintained. Please use the latest version.
| CLASS info |
| public class MessagePicker implements Parcelable |
| Specifies the set of messages to be received. When the sharing code is discovered, the MessagePicker must match the message. A MessagePicker is the logical OR of multiple pickers. |
| Type | Name | Desc |
| Class | MessagePicker.Builder | Represents the builder class for MessagePicker. |
| Type | Name | Desc |
| public static final Creator<MessagePicker> | CREATOR | |
| public static final MessagePicker | INCLUDE_ALL_TYPES | Picker that returns all types of messages published by the app. |
| Return | Method |
| boolean | equals(Object other) Checks whether any other object is the same as this object. |
| int | hashCode() Obtains the hash value. |
| String | toString() Converts an object into a readable character string. |
| void | writeToParcel(Parcel dest, int flags) Writes this value into a dest parcel. |
| Method |
| public boolean equals(Object other) |
| Checks whether any other object is the same as this object. |
Parameters
| Parameter name | Parameter desc |
| other | Other object. |
| Method |
| public int hashCode() |
| Obtains the hash value. |
| Method |
| public String toString() |
| Converts an object into a readable character string. |
| Method |
| public void writeToParcel(Parcel dest, int flags) |
| Writes this value into a dest parcel. |
Parameters
| Parameter name | Parameter desc |
| dest | Parcel to which this object is written. |
| flags | Writing mode. |
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.