light-mode-image
Learn
Functions

getCurrentLogFilePath

Gets the path to the Holder SDK log file.

Gets the path to the Holder SDK log file.

Signature

function getCurrentLogFilePath(
  ...args: [] | [{ appGroup?: string }]
): Promise<null | string>

Parameters

Prop

Type

Returns

Promise<null | string>

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

How would you rate this page?

On this page