Federation enables clients to create segmented messaging. Please take a look at this article for more details.
Place the following line of code shortly after the app user completes the authentication process:
myNudge.setFederationId(federationId: userFederationId)
Key:
-
myNudge: This would be your instance of nudge created when initializing the library -
federationId(String): ID value identifying the logged-in app user, enabling targeted messaging to account holders.
Comments
0 comments
Article is closed for comments.