akiles-react-native
    Preparing search index...

    Interface ScanCallback

    interface ScanCallback {
        onDiscover(hw: Hardware): void;
        onError(e: AkilesError): void;
        onSuccess(): void;
    }
    Index

    Methods

    • Called when a hardware is discovered by scanning.

      Parameters

      Returns void

    • Called when the operation fails.

      Parameters

      Returns void

    • Called when the operation succeeds.

      Returns void