Callback

interface Callback

Callback for fetchAdCallQuery results.

Functions

Link copied to clipboard
abstract fun onFailure(error: String)

Called when the ad call query generation fails.

Link copied to clipboard
abstract fun onSuccess(result: String)

Called when the ad call query is successfully generated.