PlatformUserState

Declaration

enum class PlatformUserState {
        Offline,
        Online,
        Busy,
        Away,
        Unknown
};

Notes

PlatformUserState is an enum used in PlatformUserInfo to get the state of a user on a platform.