Package com.inmobi.unifiedId
Interface InMobiUnifiedIdInterface
-
- All Implemented Interfaces:
public interface InMobiUnifiedIdInterface
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onFetchCompleted(JSONObject unifiedIds, Error error)
Publishers should implement this to fetch unified ids used by the sdk and use it in InMobiUnifiedIdService. -
-
Method Detail
-
onFetchCompleted
@UiThread() abstract Unit onFetchCompleted(JSONObject unifiedIds, Error error)
Publishers should implement this to fetch unified ids used by the sdk and use it in InMobiUnifiedIdService.fetchUnifiedIds api
- Parameters:
unifiedIds
- contains unified ids procured from InMobi supported vendorserror
- contains reason on why unified ids were not fetched.
-
-
-
-