Package com.pubmatic.sdk.common.base
Interface POBCommunicator.POBErrorCustomisationListener
-
- All Implemented Interfaces:
public interface POBCommunicator.POBErrorCustomisationListenerInterface definition provides error to be update by client class of the Communicator.
-
-
Method Summary
Modifier and Type Method Description abstract POBErrorcustomisePOBError(@NonNull() POBError error, @Nullable() POBNetworkResult networkResult)Customise error with provided details and returns back custom error, used by communicator before notifying it through onError -
-
Method Detail
-
customisePOBError
@NonNull() abstract POBError customisePOBError(@NonNull() POBError error, @Nullable() POBNetworkResult networkResult)
Customise error with provided details and returns back custom error, used by communicator before notifying it through onError
- Parameters:
error- the error received by communicatornetworkResult- network result provided as extra params- Returns:
parsed error
-
-
-
-