akiles-react-native
    Preparing search index...

    Interface CaptureDiagnosticsCallback

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

    Methods

    • Called when the operation fails.

      Parameters

      Returns void

    • Called when the diagnostics capture succeeds.

      Parameters

      • diagnosticId: string

      Returns void