How to get User Id from Android Iterable SDK after initialization? #526
-
We would like to access the userId in a similar way that the iOS SDK has access to user id after initialization. This will let us be in-sync with our iOS counterpart: Swift:
In the Android SDK, I see a userId property but it is protected, and trying to access it the compiler warns us: Android/Java:
'Cannot access 'getUserId': it is package-private in 'IterableApi' How can the userId associated with a device be accessed from the Iterable SDK for Android? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for surfacing this, we will take a look at it |
Beta Was this translation helpful? Give feedback.
-
Our latest release 3.4.11 has made this method public. |
Beta Was this translation helpful? Give feedback.
Our latest release 3.4.11 has made this method public.
Thanks for the ask :)