PlatformUserState ================= Declaration ----------- .. code-block:: cpp enum class PlatformUserState { Offline, Online, Busy, Away, Unknown }; Notes ----- PlatformUserState is an enum used in :doc:`/types/PlatformUserInfo/index` to get the state of a user on a platform.