Enum EventType
- Namespace
- DiscordRPC
- Assembly
- DiscordRPC.dll
The type of event receieved by the RPC. A flag type that can be combined.
[Flags]
public enum EventType
Fields
None = 0
No event
[Obsolete("Spectating is no longer supported by Discord.")] Spectate = 1
Called when the Discord Client wishes to enter a game to spectate
Join = 2
Called when the Discord Client wishes to enter a game to play.
JoinRequest = 4
Called when another Discord Client has requested permission to join this game.