public interface InMobiUnifiedIdInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NETWORK_FAILURE_AND_NO_LOCAL_DATA_PRESENT |
static java.lang.String |
NO_LOCAL_DATA_PRESENT |
static java.lang.String |
PUSH_NEEDS_TO_BE_CALLED_FIRST |
static java.lang.String |
UNIFIED_SERVICE_IS_NOT_ENABLED |
static java.lang.String |
USER_HAS_OPTED_OUT |
Modifier and Type | Method and Description |
---|---|
void |
onFetchCompleted(org.json.JSONObject unifiedIds,
java.lang.Error error)
Publishers should implement this to fetch unified ids used by the sdk and use it in
InMobiUnifiedIdService.fetchUnifiedIds api
|
static final java.lang.String NETWORK_FAILURE_AND_NO_LOCAL_DATA_PRESENT
static final java.lang.String UNIFIED_SERVICE_IS_NOT_ENABLED
static final java.lang.String USER_HAS_OPTED_OUT
static final java.lang.String PUSH_NEEDS_TO_BE_CALLED_FIRST
static final java.lang.String NO_LOCAL_DATA_PRESENT
void onFetchCompleted(org.json.JSONObject unifiedIds, java.lang.Error error)
unifiedIds
- contains unified ids procured from InMobi supported vendorserror
- contains reason on why unified ids were not fetched.