akiles-react-native
Preparing search index...
CaptureDiagnosticsCallback
Interface CaptureDiagnosticsCallback
interface
CaptureDiagnosticsCallback
{
onError
(
e
:
AkilesError
)
:
void
;
onSuccess
(
diagnosticId
:
string
)
:
void
;
}
Index
Methods
on
Error
on
Success
Methods
on
Error
onError
(
e
:
AkilesError
)
:
void
Called when the operation fails.
Parameters
e
:
AkilesError
Returns
void
on
Success
onSuccess
(
diagnosticId
:
string
)
:
void
Called when the diagnostics capture succeeds.
Parameters
diagnosticId
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Error
on
Success
akiles-react-native
Loading...
Called when the operation fails.