Enum MatchTrigger
Event that triggered the match.
public enum MatchTrigger
Fields
None = 0
Match is not active.
Created = 1
Match is triggered due to activation creation.
Updated = 2
Match is triggered due to activation update.
Removed = 4
Match is triggered due to activation removal.