public interface ProcessListener<R>
void
onComplete(@NotNull Context context, R result)
onFailure(@NotNull Context context, Throwable t)
void onComplete(@NotNull @NotNull Context context, R result)
void onFailure(@NotNull @NotNull Context context, Throwable t)
Copyright © 2021. All rights reserved.