Interface AccessControlCallback


public interface AccessControlCallback
Callback for authentication of access control requests from the remote supporter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an access control request is received and must be authenticated.
  • Method Details

    • onAccessControlRequest

      void onAccessControlRequest(AccessControlData data)
      Called when an access control request is received and must be authenticated.
      Parameters:
      data - AccessControlData containing the callback and more information about the access control request.