Interface AccessControlResult


public interface AccessControlResult
Callback to provide the result of the AccessControl.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAccessControlResult(boolean accepted)
    Must be called from the main thread.
  • Method Details

    • onAccessControlResult

      void onAccessControlResult(boolean accepted)
      Must be called from the main thread.
      Parameters:
      accepted - Whether the requested access control should be accepted or not.