akiles-cordova
    Preparing search index...

    Interface CaptureDiagnosticsCallback

    Callback used by the captureDiagnostics method.

    interface CaptureDiagnosticsCallback {
        onError(e: AkilesError): void;
        onSuccess(diagnosticID: string): void;
    }
    Index

    Methods

    • Called when the operation fails.

      Parameters

      Returns void

    • Called when diagnostics are captured successfully, with the diagnostic ID.

      Parameters

      • diagnosticID: string

      Returns void