Enum Endpoint

Endpoint enumeration

Types of Sway client endpoint for the triggered event.

public enum Endpoint

Values

NameValueDescription
SwayWeb0The event was triggered using the Web client of Sway.
SwayIOS1The event was triggered using the iOS client of Sway.
SwayWindows2The event was triggered using the Windows client of Sway.
SwayAndroid3The event was triggered using the Android client of Sway.

See Also