-
public final class UID2IdentityThis class represents the core UID2 identity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUID2Identity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringadvertisingTokenprivate final StringrefreshTokenprivate final LongidentityExpiresprivate final LongrefreshFromprivate final LongrefreshExpiresprivate final StringrefreshResponseKey
-
Method Summary
Modifier and Type Method Description final StringgetAdvertisingToken()final StringgetRefreshToken()final LonggetIdentityExpires()final LonggetRefreshFrom()final LonggetRefreshExpires()final StringgetRefreshResponseKey()final JSONObjecttoJson()Converts the current UID2Identity instance into a JSON representation. -
-
Method Detail
-
getAdvertisingToken
final String getAdvertisingToken()
-
getRefreshToken
final String getRefreshToken()
-
getIdentityExpires
final Long getIdentityExpires()
-
getRefreshFrom
final Long getRefreshFrom()
-
getRefreshExpires
final Long getRefreshExpires()
-
getRefreshResponseKey
final String getRefreshResponseKey()
-
toJson
final JSONObject toJson()
Converts the current UID2Identity instance into a JSON representation.
-
-
-
-