Interface UserAliasHandler

    • Method Detail

      • onUserAlias

        void onUserAlias​(@NonNull
                         MParticleUser previousUser,
                         @NonNull
                         MParticleUser newUser)
        Deprecated.
        A handler for when Users change. Any carry-over in state between an outgoing user and an incoming user, should take place here.
        Parameters:
        previousUser - the outgoing User
        newUser - the incoming User