We live in a diverse world, filled with a myriad of languages and cultures. Communicating with users in their native tongue not only adds a personal touch but also enhances user engagement. With this in mind, we are excited to read more…
Great news! New Android SDK v1.5.0 is now available! Most changes are related to auth module:
New
In ConnectycubeAuth:
- getUserSessions(). Retrieve list ConnectycubeUserSessionDetails of all user sessions.
- deleteUserSessionsExceptCurrent(). Delete all user sessions except the current one.
- deleteUserSessionById(int sessionId). Delete user session by specific id.
Parameter | Description |
---|---|
sessionId | The user session ID to delete |
You can find it on our GitHub page.
Your feedback is always appreciated!