Module iOS

Index

Variables

Interfaces

Functions

Variables

EVENT_ACCESSIBILITY_LAYOUT_CHANGED: string

EVENT_ACCESSIBILITY_SCREEN_CHANGED: string

bubbleParent: boolean

Functions

addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

applyProperties(props: Dictionary)

Parameters

cancelAllLocalNotifications()

cancelLocalNotification(id: number)

Parameters

  • id: number

createLocalNotification(parameters?: Dictionary): LocalNotification

Parameters

Returns

LocalNotification

fireEvent(name: string, event: Dictionary)

Parameters

getBubbleParent(): boolean

Returns

boolean

registerBackgroundService(params: Dictionary): BackgroundService

Parameters

Returns

BackgroundService

removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

scheduleLocalNotification(params: Dictionary): LocalNotification

Parameters

Returns

LocalNotification

setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean