Skip to main content

Asynchronous Alien Screen Information Reading (LoadCutoutData)

Android
If you are using the Unity engine, please see Unity SDK's LoadCutoutData.
info

This interface is only for Android devices, and is an asynchronous call.

info

When the screen rotates, it is necessary to reacquire information about the rotated alien screen.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void LoadCutoutData();

Callback processing

The callback processing interface is CutoutInfoObserver.
The callback data structure is CutoutInfoResult.

The callback ID is kMethodIDToolsLoadCutoutData.

Sample Code

UINTLSDKAPI::LoadCutoutData();