Package com.pubmatic.sdk.common.cache
Interface POBCacheManager.ProfileResultListener
-
- All Implemented Interfaces:
public interface POBCacheManager.ProfileResultListenerInterface definition to notify about the result of profile fetch.
-
-
Method Summary
Modifier and Type Method Description abstract voidonProfileResult(boolean isProfileUpdated)Execute when profile has been fetched or encounter any error. -
-
Method Detail
-
onProfileResult
abstract void onProfileResult(boolean isProfileUpdated)
Execute when profile has been fetched or encounter any error.
- Parameters:
isProfileUpdated- check if new or updated profile fetched or not
-
-
-
-