setPushLanguageCode

public abstract void setPushLanguageCode(String language, IRongCoreCallback.OperationCallback callback)

Sets the natural language for push notification content.

Since

5.0.0

Parameters

language

The language environment set via the SDK. The language code format is (ISO-639 Language Code)_(ISO-3166 Country Codes), e.g., zh_CN. Currently, RongCloud supports built-in push languages: zh_CN, en_US, ar_SA.

callback

The callback to execute the operation.