public interface IPoyntSearchService
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoyntSearchService.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
co.poynt.api.model.SearchResult |
getSearchResults(java.lang.String searchInfo,
java.lang.String type)
return values in AIDL.
|
co.poynt.api.model.SearchResult |
getSearchResultsV2(java.lang.String searchInfo,
java.lang.String type,
java.lang.String clientSessionId) |
void |
postSearchBarClosed(java.lang.String clientSessionId) |
void |
postSearchResultID(java.lang.String clientSessionId,
java.lang.String searchResultId) |
co.poynt.api.model.SearchResult getSearchResults(java.lang.String searchInfo,
java.lang.String type)
throws android.os.RemoteException
android.os.RemoteExceptionco.poynt.api.model.SearchResult getSearchResultsV2(java.lang.String searchInfo,
java.lang.String type,
java.lang.String clientSessionId)
throws android.os.RemoteException
android.os.RemoteExceptionvoid postSearchBarClosed(java.lang.String clientSessionId)
throws android.os.RemoteException
android.os.RemoteExceptionvoid postSearchResultID(java.lang.String clientSessionId,
java.lang.String searchResultId)
throws android.os.RemoteException
android.os.RemoteException