public static interface Suggest.SuggestCallback
Modifier and Type | Method and Description |
---|---|
void |
response(java.util.List<Address> result,
java.lang.String nativeResponse,
boolean error)
Suggest suggestresponse.
|
void response(@NonNull java.util.List<Address> result, @Nullable java.lang.String nativeResponse, boolean error)
result
- list of addressnativeResponse
- the native suggestresponseerror
- True if has error.