Class PlayingSessionStateCallback

    • Constructor Summary

      Constructors 
      Constructor Description
      PlayingSessionStateCallback​(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientPlayingSessionState.Builder msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPlayingAppID()
      When blocked, gets the appid which is currently being played.
      boolean isPlayingBlocked()
      Indicates whether playing is currently blocked by another client.
      • Methods inherited from class java.lang.Object

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

      • PlayingSessionStateCallback

        public PlayingSessionStateCallback​(JobID jobID,
                                           in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientPlayingSessionState.Builder msg)
    • Method Detail

      • isPlayingBlocked

        public boolean isPlayingBlocked()
        Indicates whether playing is currently blocked by another client.
        Returns:
        true if blocked by another client, otherwise false.
      • getPlayingAppID

        public int getPlayingAppID()
        When blocked, gets the appid which is currently being played.
        Returns:
        the app id.