RequestNoticeData
AndroidiOSWindows
If you were looking for the method for use with Unity, see RequestNoticeData for Unity SDK.
If you were looking for the method for use with Unity, see RequestNoticeData for Unity SDK.
Request notice data.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static FString NoticeRequestData(
const FString Region,
const FString LangType,
const FString ExtraJson);
Input parameters
Parameter | Type | Description |
---|---|---|
Region | FString | ISO 3166-1 numeric code for country or region For example 156 for China, 040 for Austria Region value 0 for pulling all region notice |
langType | FString | Language code (RFC 4646) that defines the language used to send emails and SMS messages, such as "en" For more information, see Language Type Definition |
ExtraJson | FString | The extended field |
Observers
The callback processing interface is NoticeResultObserver. The callback data structure is NoticeResult.
The callback methodID is kMethodIDNoticeRequestData
.
Code sample
UINTLSDKAPI::NoticeRequestData("0","zh-Hans","{}");