Type Definitions

The following type definitions are available globally.

  • Custom log handler block

    Declaration

    Objective-C

    typedef void (^VLDLogHandler)(NSString *, NSString *)

    Swift

    typealias VLDLogHandler = (String?, String?) -> Void

    Parameters

    sdkTag

    the name of the specific Validic SDK that generated the log.

    message

    the log message generated by the Validic SDK.