onRequest function

Handles SIS related errors that occur during SIS listening.

Syntax
void SISListener.onRequest(
  String text
)
Parameters
  • text   The string representation of the exception.

Remarks

To stop listening, explicitly call the stopListening method in the SISListener interface.