Class SwitchUserEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.Session.dll

A generic base class for Switch event types

C#
Copy
public abstract class SwitchUserEventArgs : SubsessionEventArgs
Inheritance
SwitchUserEventArgs
Derived

Properties

View Source

SwitchID

ID of this switch operation

Declaration
C#
Copy
public long SwitchID { get; }
Property Value
Type Description
Int64
View Source

UserNameNext

Active subsession ID after this switch operation

Declaration
C#
Copy
public string UserNameNext { get; }
Property Value
Type Description
String
View Source

UserNamePrev

Active subsession user ID before this switch operation

Declaration
C#
Copy
public string UserNamePrev { get; }
Property Value
Type Description
String

Extension Methods