Package 

Interface ISessionService

    • Method Summary

      Modifier and Type Method Description
      abstract Long getStartTime() When the current session was started, in Unix time milliseconds.
      abstract Boolean getHasSubscribers() Whether there are currently any subscribers.
      • Methods inherited from class com.onesignal.session.internal.session.ISessionService

        subscribe, unsubscribe
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStartTime

         abstract Long getStartTime()

        When the current session was started, in Unix time milliseconds.