UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

10 lines (9 loc) 291 B
/** @internal */ /** * Screen orientation with lock action type. */ export declare enum ScreenOrientation { LOCK_PORTRAIT = "rakuten.miniapp.screen.LOCK_PORTRAIT", LOCK_LANDSCAPE = "rakuten.miniapp.screen.LOCK_LANDSCAPE", LOCK_RELEASE = "rakuten.miniapp.screen.LOCK_RELEASE" }