Uses of Interface
com.verizon.mec.edsclientsdk.api.IAsyncOpHandle
-
Packages that use IAsyncOpHandle Package Description com.verizon.mec.edsclientsdk.api Verizon MEC Edge Discovery Service Client SDK - API classes.com.verizon.mec.edsclientsdkutils Verizon MEC Edge Discovery Service Client SDK Utilities. -
-
Uses of IAsyncOpHandle in com.verizon.mec.edsclientsdk.api
Methods in com.verizon.mec.edsclientsdk.api that return IAsyncOpHandle Modifier and Type Method Description IAsyncOpHandle
IEdsClientSdk. discoverEdgeServices(android.content.Context context, IEdgeDiscoveryCallback callback, EdgeSvcsTargetingCriteria svcTargetCriteria, IEdsSdkOptions operationOptions)
Perform Edge Service discovery using supplied targeting criteria.IAsyncOpHandle
IEdsClientSdk. discoverEdgeServices(android.content.Context context, IEdgeDiscoveryCallback callback, java.lang.String svcEndpointsId, android.net.Network targetNetwork, IEdsSdkOptions options)
Perform Edge Service discovery using default targeting criteria (device IP for default data SIM) and operation options defaults from the SDK. -
Uses of IAsyncOpHandle in com.verizon.mec.edsclientsdkutils
Methods in com.verizon.mec.edsclientsdkutils that return IAsyncOpHandle Modifier and Type Method Description IAsyncOpHandle
EdsClientSdkLogWrapper. discoverEdgeServices(android.content.Context context, IEdgeDiscoveryCallback callback, EdgeSvcsTargetingCriteria svcTargetCriteria, IEdsSdkOptions operationOptions)
IAsyncOpHandle
EdsClientSdkLogWrapper. discoverEdgeServices(android.content.Context context, IEdgeDiscoveryCallback callback, java.lang.String svcEndpointsId, android.net.Network targetNetwork, IEdsSdkOptions options)
-