public static interface POBNetworkHandler.POBNetworkListener<T>
void
onFailure(POBError error)
onSuccess(T response)
void onSuccess(@Nullable T response)
response
void onFailure(@NonNull POBError error)
error