SKANTestPostbackResponseHandler
A type that represents the test postback response handler.
Declaration
typealias SKANTestPostbackResponseHandler = ([String : SKAdTestPostbackResponse]?, (any Error)?) -> VoidDiscussion
The system calls the response handler and provides one of two values:
A dictionary with a key that identifies a test postback using its transactionIdentifier value, and the associated value of the response, SKAdTestPostbackResponse that you receive when calling flushPostbacks(responses:)
An SKAdTestError error