Package 

Interface SessionConfig


  • 
    public interface SessionConfig
    
                        

    Declares 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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