Package io.realm.mongodb
Interface App.Callback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onResult(App.Result<T> result)
Returns the result of the request when available.
-
-
-
Method Detail
-
onResult
void onResult(App.Result<T> result)
Returns the result of the request when available.- Parameters:
result
- the request response.
-
-