Preview 2.0 is now in Public Beta!
Read the Announcement
iOSApplication

Summary

Constructors

constructor

new iOSApplication(): iOSApplication

Properties

delegate

nativeApp

orientation

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

rootController

systemAppearance

systemAppearance: "dark" | "light"

Methods

addNotificationObserver

addNotificationObserver(
  notificationName: string,
  onReceiveCallback: (notification: any) => void
): any
Parameter Default Description
notificationName
string

onReceiveCallback
(notification: any) => void

Returns any

removeNotificationObserver

removeNotificationObserver(observer: any, notificationName: string): void
Parameter Default Description
observer
any

notificationName
string

Returns void
Previous
XmlParser