public class ProfileService extends Service
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfileService.ProfileLookupCallback
Callback for reporting profile lookup results.
|
| Constructor and Description |
|---|
ProfileService()
Creates a new ProfileService instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
findProfilesByName(String[] names,
ProfileService.ProfileLookupCallback callback)
Locates profiles by their names.
|
void |
findProfilesByName(String[] names,
ProfileService.ProfileLookupCallback callback,
boolean async)
Locates profiles by their names.
|
getBaseUri, getEndpointUri, getEndpointUri, getProxy, setBaseUri, setBaseUri, setProxypublic void findProfilesByName(String[] names, ProfileService.ProfileLookupCallback callback)
names - Names to look for.callback - Callback to pass results to.public void findProfilesByName(String[] names, ProfileService.ProfileLookupCallback callback, boolean async)
names - Names to look for.callback - Callback to pass results to.async - Whether to perform requests asynchronously.Copyright © 2023. All rights reserved.