Skip to main content

LoadCutoutData

Android
If you were looking for the method for use with Unreal Engine, see LoadCutoutData for Unreal Engine SDK.
info

This API only applies to Android devices and is called asynchronously.

info

After the screen is rotated, information about the notched display must be called again.

Function definition

public static void LoadCutoutData();

Observers

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

The callback methodID is INTL_CUTOUT_INFO.

Code sample

INTLAPI.LoadCutoutData();