Interface SMSDialog

Hierarchy

Index

Properties

Methods

Properties

public CANCELLED: number

public FAILED: number

public SENT: number

public bubbleParent: boolean

public messageBody: string

public toRecipients: Array<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 getBubbleParent(): boolean

Returns

boolean

public getMessageBody(): string

Returns

string

public getToRecipients(): Array<String>

Returns

Array<String>

public isSupported(): boolean

Returns

boolean

public open()

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

Parameters

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

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setMessageBody(messageBody: string)

Parameters

  • messageBody: string

public setToRecipients(toRecipients: Array<String>)

Parameters

  • toRecipients: Array<String>