Package com.inmobi.unifiedId
Interface InMobiUnifiedIdInterface
-
public interface InMobiUnifiedIdInterface
-
-
Field Summary
Fields Modifier and Type Field 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_AGE_RESTRICTION
static java.lang.String
USER_HAS_OPTED_OUT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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
-
-
-
Field Detail
-
NETWORK_FAILURE_AND_NO_LOCAL_DATA_PRESENT
static final java.lang.String NETWORK_FAILURE_AND_NO_LOCAL_DATA_PRESENT
- See Also:
- Constant Field Values
-
UNIFIED_SERVICE_IS_NOT_ENABLED
static final java.lang.String UNIFIED_SERVICE_IS_NOT_ENABLED
- See Also:
- Constant Field Values
-
USER_HAS_OPTED_OUT
static final java.lang.String USER_HAS_OPTED_OUT
- See Also:
- Constant Field Values
-
USER_HAS_AGE_RESTRICTION
static final java.lang.String USER_HAS_AGE_RESTRICTION
- See Also:
- Constant Field Values
-
PUSH_NEEDS_TO_BE_CALLED_FIRST
static final java.lang.String PUSH_NEEDS_TO_BE_CALLED_FIRST
- See Also:
- Constant Field Values
-
NO_LOCAL_DATA_PRESENT
static final java.lang.String NO_LOCAL_DATA_PRESENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
onFetchCompleted
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- Parameters:
unifiedIds
- contains unified ids procured from InMobi supported vendorserror
- contains reason on why unified ids were not fetched.
-
-