How to get User Id from Android Iterable SDK after initialization? #526
Answered
by
Ayyanchira
williamspete321
asked this question in
Q&A
|
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? |
Answered by
Ayyanchira
Mar 28, 2023
Replies: 2 comments 1 reply
|
Thanks for surfacing this, we will take a look at it |
0 replies
|
Our latest release 3.4.11 has made this method public. |
1 reply
Answer selected by
williamspete321
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our latest release 3.4.11 has made this method public.
Thanks for the ask :)