Uses of Interface
com.verizon.mec.edsclientsdk.api.IEdgeDiscoveryCallback
-
Packages that use IEdgeDiscoveryCallback 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 IEdgeDiscoveryCallback in com.verizon.mec.edsclientsdk.api
Methods in com.verizon.mec.edsclientsdk.api with parameters of type IEdgeDiscoveryCallback 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 IEdgeDiscoveryCallback in com.verizon.mec.edsclientsdkutils
Methods in com.verizon.mec.edsclientsdkutils with parameters of type IEdgeDiscoveryCallback 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)
-