Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResultListener

name

alerts.ResultListener

Hierarchy

  • ResultListener

Index

Methods

onFailure

  • onFailure(errorReason: string): void
  • Called when the associated operation failed.

    Parameters

    • errorReason: string

      arbitrary string describing the error

    Returns void

onSuccess

  • onSuccess(): void
  • Called when the associated operation was successful.

    Returns void

Generated using TypeDoc