light-mode-image
Learn
Functions

getCurrentLogFilePath

Gets the path to the Verifier SDK log file.

Signature

function getCurrentLogFilePath(): Promise<null | string>

Returns

Promise<null | string>

A Promise resolving to the log file path string, or null if no log is available.

Throws

SdkNotInitialized (Android only) if the SDK has not been initialized. iOS has no equivalent check and resolves null instead in that case.

How would you rate this page?

On this page