Class AccountDevice
Object that represents a device that at least once was connected to a given account.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class AccountDevice : LinphoneObject
Properties
LastUpdateTime
Gets the timestamp at which this devices was updated for the last time.
Declaration
public string LastUpdateTime { get; }
Property Value
Type | Description |
---|---|
System.String | the time under ISO 8601 format at which the device was updated. |
LastUpdateTimestamp
Gets the timestamp at which this devices was updated for the last time.
Declaration
public long LastUpdateTimestamp { get; }
Property Value
Type | Description |
---|---|
System.Int64 | the timestamp (time_t) at which the device was updated. |
Name
Gets the name of the device.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | the name of the device. |
UserAgent
Gets the user-agent of the device.
Declaration
public string UserAgent { get; }
Property Value
Type | Description |
---|---|
System.String | the user-agent of the device. |
Uuid
Gets the UUID of the device.
Declaration
public string Uuid { get; }
Property Value
Type | Description |
---|---|
System.String | the UUID of the device. |