-
- All Implemented Interfaces:
public abstract class AliasProviderExtend to provide custom aliases to be identified to Permutive. Tag should be unique for the source, and match what is used for other platforms (web/iOS), or the user will not be identified correctly.
To set the identity/properties call setAlias, afterwards the Permutive SDK will attempt to identify the user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAliasProvider.Service
-
Constructor Summary
Constructors Constructor Description AliasProvider(String tag)
-
Method Summary
Modifier and Type Method Description final StringgetTag()final Unitregister(AliasProvider.Service service)final BooleanhasIdentity()final StringgetIdentity()-
-
Constructor Detail
-
AliasProvider
AliasProvider(String tag)
-
-
Method Detail
-
register
final Unit register(AliasProvider.Service service)
-
hasIdentity
final Boolean hasIdentity()
-
getIdentity
final String getIdentity()
-
-
-
-