OnNetworkInitializationFinishedListener /5.5.0
public interface OnNetworkInitializationFinishedListener
An interface to be implemented by each mediation network in its AdapterConfiguration
class when initializing its SDK.
Public Methods
public void /onNetworkInitializationFinished(Class<? extends AdapterConfiguration> clazz, MoPubErrorCode moPubErrorCode) /+5.5.0
-
Description: A listener the
AdapterConfiguration
class must call to notify the MoPub SDK once it has initialized the network SDK. -
Parameters:
clazz
: The class that callsOnNetworkInitializationFinishedListener.onNetworkInitializationFinished
. Typically, this is the network’sAdapterConfiguration
class.moPubErrorCode
: A code to indicate whether initialization has been successfully attempted or cancelled. Typically, useADAPTER_INITIALIZATION_SUCCESS
for success, andADAPTER_CONFIGURATION_ERROR
for failure.
Last updated December 03, 2020
TWITTER, MOPUB, and the Bird logo are trademarks of Twitter, Inc. or its affiliates. All third party logos and trademarks included are the property of their respective owners.
© 2020 MoPub (a division of Twitter, Inc.)