Interface PendingIntent

Hierarchy

Index

Properties

Methods

Properties

public bubbleParent: boolean

public flags: number

public intent: Intent

public updateCurrentIntent: boolean

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 getFlags(): number

Returns

number

public getIntent(): Intent

Returns

Intent

public getUpdateCurrentIntent(): boolean

Returns

boolean

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

Parameters

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

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean