UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

14 lines 602 B
"use strict"; /** @internal */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ScreenOrientation = void 0; /** * Screen orientation with lock action type. */ var ScreenOrientation; (function (ScreenOrientation) { ScreenOrientation["LOCK_PORTRAIT"] = "rakuten.miniapp.screen.LOCK_PORTRAIT"; ScreenOrientation["LOCK_LANDSCAPE"] = "rakuten.miniapp.screen.LOCK_LANDSCAPE"; ScreenOrientation["LOCK_RELEASE"] = "rakuten.miniapp.screen.LOCK_RELEASE"; })(ScreenOrientation = exports.ScreenOrientation || (exports.ScreenOrientation = {})); //# sourceMappingURL=screen.js.map