public interface AdServicesOutcomeReceiver<R, E extends Throwable>
abstract void
onResult(R result)
void
onError(@NonNull() E error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onResult(R result)
void onError(@NonNull() E error)