Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeymasterPollResponseListener

name

KeymasterPollResponseListener

Hierarchy

  • KeymasterPollResponseListener

Index

Methods

onKeymasterError

  • onKeymasterError(reason: string): void
  • Returns an unsuccessful KeyMaster keep alive Response.

    Parameters

    • reason: string

      The error text.

    Returns void

Optional onKeymasterResponse

  • onKeymasterResponse(response: string): void
  • Returns a successful KeyMaster keep alive Response. Implementing this method is optional.

    Parameters

    • response: string

      The response text.

    Returns void

Generated using TypeDoc