ImportanceHW

public enum ImportanceHW

Huawei message classification has two methods: 1. Smart Message Classification 2. Custom Message Classification

By default, all messages are classified using the Smart Message Classification feature. If you apply for the Custom Classification privilege, your app's push notifications will be categorized as NORMAL or LOW.

Entries

Link copied to clipboard

Indicates that the message is for informational marketing.

Link copied to clipboard

Represents a message for service and communication

Properties

Link copied to clipboard
public String importance

Functions

Link copied to clipboard
public String getImportance()
Link copied to clipboard
public static AndroidConfig.ImportanceHW getImportanceHW(String importance)
Link copied to clipboard
public static AndroidConfig.ImportanceHW valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.