Interface PermissionGrantResultCallback


  • public interface PermissionGrantResultCallback
    This interface is used to receive notifications of headset system state changes.
    Since:
    1.2.0
    • Method Detail

      • onPermissionGrantResult

        void onPermissionGrantResult​(java.lang.String permission,
                                     int grantResult)
        Called after allowing or disallowing permission.
        Parameters:
        permission - Type of permission
        grantResult - Granted result
        Since:
        1.2.0
        See Also:
        PermissionHelper