GetSessionForSessionIdAndProfileId
Retrieves a session object based on the provided sessionId and profileId. Can be passed into the proxy service getter methods.
Method Parameters
Parameter | Description |
---|---|
sessionId | String that identifies session. Session must be active. |
profileId | String that identifies profile. Must match session profile. |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
var sessionId = "the-session-id";
var profileId = "the-profile-id";
var session = bridge.getSessionForSessionIdAndProfileId(String sessionId, String profileId);
var sessionId = "the-session-id";
var profileId = "the-profile-id";
var session = bridge.getSessionForSessionIdAndProfileId(String sessionId, String profileId);