public final class InMobiUnifiedIdService
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
fetchUnifiedIds(InMobiUnifiedIdInterface inMobiUnifiedIdInterface)
Retrieves unified id from InMobi supported vendors.
|
protected static void |
fetchUnifiedIdsInternal(InMobiUnifiedIdInterface inMobiUnifiedIdInterface) |
static java.util.concurrent.atomic.AtomicBoolean |
getIsPushCalled() |
static void |
push(InMobiUserDataModel inMobiUserDataModel)
Update users data to InMobiUnifiedIDService in hashed form.
|
static void |
reset()
Clears all Unified ID info.
|
public static java.util.concurrent.atomic.AtomicBoolean getIsPushCalled()
public static void push(InMobiUserDataModel inMobiUserDataModel)
inMobiUserDataModel
- Represents user datapublic static void fetchUnifiedIds(InMobiUnifiedIdInterface inMobiUnifiedIdInterface)
inMobiUnifiedIdInterface
- Represents the callback that delivers the unified ids.protected static void fetchUnifiedIdsInternal(InMobiUnifiedIdInterface inMobiUnifiedIdInterface)
public static void reset()
Expected to be called on user logout.