akiles-react-native
    Preparing search index...

    Interface ActionCallback

    interface ActionCallback {
        onBluetoothError?(e: AkilesError): void;
        onBluetoothStatus?(status: ActionBluetoothStatus): void;
        onBluetoothStatusProgress?(percent: number): void;
        onBluetoothSuccess?(): void;
        onError(e: AkilesError): void;
        onInternetError?(e: AkilesError): void;
        onInternetStatus?(status: ActionInternetStatus): void;
        onInternetSuccess?(): void;
        onSuccess(): void;
    }
    Index

    Methods