akiles-cordova
    Preparing search index...

    Interface ActionCallback

    Callback used by the action method.

    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