public static interface EngageFactory.Callback<T>
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(T action)
Invoked when the request has completed with
action being
returned, or null if no action has been returned or the
request has failed. |
void onCompleted(@Nullable T action)
action
being
returned, or null
if no action has been returned or the
request has failed.action
- the returned action, or null