Interface IErrorCallback

  • All Known Subinterfaces:
    IAddDeviceWithErrorCallback

    public interface IErrorCallback
    Callback used to receive errors. Currently only notifies missing permissions
    • Method Detail

      • onPermissionsRequired

        void onPermissionsRequired​(@NonNull
                                   NotEnoughPermissionsException ex)
        Indicates that some additional permissions are required for the current operation to function
        Parameters:
        ex - - exception with information about missing permissions