InquiryCollectionDelegate

public protocol InquiryCollectionDelegate

An optional delegate the receive the collected inquiry flow data as a client side callback

  • Called immediately prior to InquiryDelegate.complete(…) method with the associated data collected during inquiry flow

    Declaration

    Swift

    func collectionComplete(data: InquiryData)