UNPKG

nativescript-store-update

Version:
20 lines 798 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _1 = require("./"); var ForegroundDelegage = (function (_super) { __extends(ForegroundDelegage, _super); function ForegroundDelegage() { return _super !== null && _super.apply(this, arguments) || this; } ForegroundDelegage.prototype.applicationDidFinishLaunchingWithOptions = function () { _1.StoreUpdate.checkForUpdate(); return true; }; ForegroundDelegage.prototype.applicationWillEnterForeground = function () { _1.StoreUpdate.checkForUpdate(); }; return ForegroundDelegage; }(UIResponder)); ForegroundDelegage.ObjCProtocols = [UIApplicationDelegate]; exports.ForegroundDelegage = ForegroundDelegage; //# sourceMappingURL=store-update.delegate.js.map