VrcStreamingEventType enum

Enum of all possible types of VrcStreamingEvent

Inheritance

Constructors

VrcStreamingEventType()
const

Values

unknown → const VrcStreamingEventType

UnknownEvent type

error → const VrcStreamingEventType

ErrorEvent type

friendOnline → const VrcStreamingEventType

FriendOnlineEvent type

friendOffline → const VrcStreamingEventType

FriendOfflineEvent type

friendActive → const VrcStreamingEventType

FriendActiveEvent type

friendAdd → const VrcStreamingEventType

FriendAddEvent type

friendDelete → const VrcStreamingEventType

FriendDeleteEvent type

friendUpdate → const VrcStreamingEventType

FriendUpdateEvent type

friendLocation → const VrcStreamingEventType

FriendLocationEvent type

userUpdate → const VrcStreamingEventType

UserUpdateEvent type

userLocation → const VrcStreamingEventType

UserLocationEvent type

notificationReceived → const VrcStreamingEventType

NotificationReceivedEvent type

notificationSeen → const VrcStreamingEventType

NotificationSeenEvent type

notificationResponse → const VrcStreamingEventType

NotificationResponseEvent type

notificationHide → const VrcStreamingEventType

NotificationHideEvent type

notificationClear → const VrcStreamingEventType

NotificationClearEvent type

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<VrcStreamingEventType>
A constant List of the values in this enum, in order of their declaration.