z

Delegate Main.OnLogHandler

Delegate used by the native layer to emit diagnostic logs.

Namespace: ImageSdkWrapper Assembly: ImageSdkWrapper.MAUI

public delegate void Main.OnLogHandler(bool isVerbose, string log)

Parameters

  • isVerbose (bool): true for verbose messages; false otherwise.
  • log (string): Log text emitted by the SDK.
Top