post https://api.leanplum.com/api?action=resumeSession
Resumes the current session and state for a user. Use either after pauseSession
, or start
if the app started in the background. If the user/device does not exist, the API request is skipped and a warning will be returned. You can modify this behavior with the createDisposition
option (see below).
This method requires your production API clientKey
.