openSession

open override fun openSession(activity: Activity?)

Opens a new session or resumes the previous session. A call to IBraze.openSession within the session timeout of a call to IBraze.closeSession will cause the previous session to be resumed. This is done so that transitions from one Activity to another do not create a new session each time.

Parameters

activity

The current Activity.