ZendriveDebugDelegateProtocol

@protocol ZendriveDebugDelegateProtocol <NSObject>

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

    Objective-C

    - (void)zendriveDebugUploadFinished:(ZendriveDebugUploadStatus)status;

    Parameters

    status

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