ZendriveDebugDelegate

@objc
public protocol ZendriveDebugDelegate : NSObjectProtocol

Delegate for ZendriveDebug

  • This delegate callback provides the status of the request to upload debug information to Zendrive. This callback is sent on the main thread.

    Declaration

    Swift

    @objc
    optional func debugUploadFinished(_ status: DebugUploadStatus)

    Parameters

    status

    Status of the debug upload request. As received in the delegate.