Options
All
  • Public
  • Public/Protected
  • All
Menu

Class iOSApplication

The abstraction of an iOS-specific application object.

Hierarchy

  • iOSApplication

Index

Constructors

constructor

Properties

delegate

delegate: any

nativeApp

nativeApp: any

orientation

orientation: "portrait" | "landscape" | "unknown"

Gets or sets the orientation of the application. Available values: "portrait", "landscape", "unknown".

rootController

rootController: any

The root view controller for the application.

systemAppearance

systemAppearance: "dark" | "light"

Gets the system appearance. Available values: "dark", "light", null. Null for iOS <= 11.

window

window: any

The key window.

Methods

addNotificationObserver

  • addNotificationObserver(notificationName: string, onReceiveCallback: function): any

removeNotificationObserver

  • removeNotificationObserver(observer: any, notificationName: string): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method