Package com.pubmatic.sdk.common.network
Interface POBNetworkHandler.POBNetworkResultListener
-
- All Implemented Interfaces:
public interface POBNetworkHandler.POBNetworkResultListenerInterface definition to get Network Result notification
-
-
Method Summary
Modifier and Type Method Description abstract voidonResult(@Nullable() POBNetworkResult result)Notify network result before notifying success or failure -
-
Method Detail
-
onResult
abstract void onResult(@Nullable() POBNetworkResult result)
Notify network result before notifying success or failure
- Parameters:
result- the result to get network result
-
-
-
-