Class RestConnection
public class RestConnection : IConnection
- Inheritance
-
RestConnection
- Implements
- Inherited Members
Properties
FriendSync
Gets whether friend sync is enabled for this connection.
public bool FriendSync { get; }
Property Value
Id
Gets the ID of the connection account.
public string Id { get; }
Property Value
Integrations
Gets a IReadOnlyCollection<T> of integration partials.
public IReadOnlyCollection<IIntegration> Integrations { get; }
Property Value
IsRevoked
Gets whether the connection is revoked.
public bool? IsRevoked { get; }
Property Value
- bool?
A value which if true indicates that this connection has been revoked, otherwise false.
Name
Gets the username of the connection account.
public string Name { get; }
Property Value
- string
A string containing the name of this connection.
ShowActivity
Gets whether activities related to this connection will be shown in presence updates.
public bool ShowActivity { get; }
Property Value
Type
Gets the service of the connection (twitch, youtube).
public string Type { get; }
Property Value
- string
A string containing the name of this type of connection.
Verified
Gets whether the connection is verified.
public bool Verified { get; }
Property Value
Visibility
Visibility of this connection.
public ConnectionVisibility Visibility { get; }
Property Value
Methods
ToString()
Gets the name of the connection.
public override string ToString()
Returns
- string
Name of the connection.