-
public interface SessionConfigDeclares metadata about the app project
-
-
Method Summary
Modifier and Type Method Description List<String>getSessionComponents()A whitelist of session components (i.e. List<String>getFullSessionEvents()A list of events (crashes, errors, etc) allowed to send a full session payload if the gating feature is enabled. -
-
Method Detail
-
getSessionComponents
List<String> getSessionComponents()
A whitelist of session components (i.e. Breadcrumbs, Session properties, etc) that should be included in the session payload. The presence of this property denotes that the gating feature is enabled.
sdk_config.session.components
-
getFullSessionEvents
List<String> getFullSessionEvents()
A list of events (crashes, errors, etc) allowed to send a full session payload if the gating feature is enabled.
sdk_config.session.send_full_for
-
-
-
-