Interface AlertDialog

Hierarchy

Index

Properties

Methods

Properties

public androidView: View

public bubbleParent: boolean

public buttonNames: Array<String>

public cancel: number

public message: string

public messageid: string

public ok: string

public okid: string

public persistent: boolean

public style: number

public title: string

public titleid: string

Methods

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

Parameters

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

public applyProperties(props: Dictionary)

Parameters

public fireEvent(name: string, event: Dictionary)

Parameters

public getAndroidView(): View

Returns

View

public getBubbleParent(): boolean

Returns

boolean

public getButtonNames(): Array<String>

Returns

Array<String>

public getCancel(): number

Returns

number

public getMessage(): string

Returns

string

public getOk(): string

Returns

string

public getPersistent(): boolean

Returns

boolean

public getStyle(): number

Returns

number

public getTitle(): string

Returns

string

public hide()

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

Parameters

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

public setAndroidView(androidView: View)

Parameters

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setCancel(cancel: number)

Parameters

  • cancel: number

public setMessage(message: string)

Parameters

  • message: string

public setOk(ok: string)

Parameters

  • ok: string

public setPersistent(persistent: boolean)

Parameters

  • persistent: boolean

public setStyle(style: number)

Parameters

  • style: number

public setTitle(title: string)

Parameters

  • title: string

public show()