Skip to main content

Asynchronous Alien Screen Information Reading (LoadCutoutData)

Android
If you are using Unreal Engine, please see Unreal Engine 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

public static void LoadCutoutData();

Callback processing

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

The callback ID is INTL_CUTOUT_INFO.

Sample Code

INTLAPI.LoadCutoutData();