Skip to main content

GetRewardExtraJson

AndroidiOSWindows
If you were looking for the method for use with Unity, see GetRewardExtraJson for Unity SDK.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static FString GetRewardExtraJson();

Return value

Return extraJson information.

Code sample

FString extraJson = UINTLSDKAPI::GetRewardExtraJson();