Skip to content

OTPComponentDebugDelegate

dsmurfin edited this page Aug 28, 2021 · 3 revisions

OTPComponentDebugDelegate

OTP Component Debug Delegate

public protocol OTPComponentDebugDelegate: AnyObject 

Required methods for objects implementing this delegate.

Inheritance

AnyObject

Requirements

debugLog(_:​)

Notifies the delegate of a new debug log entry.

func debugLog(_ logMessage: String)

Parameters

  • logMessage: A human-readable log message.

debugSocketLog(_:​)

Notifies the delegate of a new socket debug log entry.

func debugSocketLog(_ logMessage: String)

Parameters

  • logMessage: A human-readable log message.

Clone this wiki locally