public interface IQurryDomainCallback
The interface Qurry domain callback.
abstract void
onSuccess(String domain)
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(String domain)
On success.
domain
abstract void onError(String code, String error)
On error.
code
error