public interface LocalCampaignsJITWebserviceListener
Listener for LocalCampaignsJITWebservice
abstract void
onSuccess(@NonNull() List<String> eligibleCampaigns)
onFailure(@Nullable() Webservice.WebserviceError error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(@NonNull() List<String> eligibleCampaigns)
Called on success
abstract void onFailure(@Nullable() Webservice.WebserviceError error)
Called on error
error