SinchVerification

open class SinchVerification

Get version string of the Sinch Verification SDK

  • Declaration

    Swift

    static open func version() -> String

    Return Value

    Version string of the Sinch Verification SDK

  • Set a log callback block.

    The Sinch Verification SDK will emit all it’s logging by invoking the specified block.

    @param block log callback block. IMPORTANT: The block may be invoked on any thread / GCD queue.

    Declaration

    Swift

    static open func setLogCallback(logCall̆Back: @escaping LogCallback) -> Void