-
- All Implemented Interfaces:
-
com.clevertap.android.sdk.login.IdentityRepo
public class LegacyIdentityRepo implements IdentityRepo
Legacy class which handles old static identity logic. Here the profile set was fixed as < Email, Identity >
-
-
Constructor Summary
Constructors Constructor Description LegacyIdentityRepo(CleverTapInstanceConfig config)
-
Method Summary
Modifier and Type Method Description IdentitySetgetIdentitySet()booleanhasIdentity(@NonNull() String Key)checks if a given key is an identity or not -
-
Constructor Detail
-
LegacyIdentityRepo
LegacyIdentityRepo(CleverTapInstanceConfig config)
-
-
Method Detail
-
getIdentitySet
IdentitySet getIdentitySet()
-
hasIdentity
boolean hasIdentity(@NonNull() String Key)
checks if a given key is an identity or not
- Parameters:
Key- - String value of key
-
-
-
-