You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get and use sessionId for my own purposes (correlating your sessions with my server data). But, it's private. Could you make an accessor, or public?
private var sessionId: String?
Solution Brainstorm
Make an accessor function.
The text was updated successfully, but these errors were encountered:
Problem Statement
I want to get and use sessionId for my own purposes (correlating your sessions with my server data). But, it's private. Could you make an accessor, or public?
private var sessionId: String?
Solution Brainstorm
Make an accessor function.
The text was updated successfully, but these errors were encountered: