QtContacts.OnlineAccount
The OnlineAccount element contains a note associated with a contact. More...
Import Statement: | import QtContacts 5.0 |
Properties
- accountUri : string
- capabilities : list<string>
- protocol : enumeration
- serviceProvider : string
- subTypes : list<variant>
Detailed Description
OnlineAccount element contains the following field types:
- OnlineAccount.AccountUri - the account uri value.
- OnlineAccount.ServiceProvider - the account service provider name.
- OnlineAccount.Protocol - the account protocol value.
- OnlineAccount.Capabilities - the account capabilities value.
- OnlineAccount.SubTypes - the sub types of an online account.
This element is part of the QtContacts module.
Property Documentation
accountUri : string |
This property holds the value of the account uri.
capabilities : list<string> |
This property holds the value of the account capabilities.
protocol : enumeration |
This property holds the protocol enumeration value.
- OnlineAccount.Unknown - indicates this online account is for one unsupported protocol.
- OnlineAccount.Aim - indicates this online account is for the AIM protocol.
- OnlineAccount.Icq - indicates this online account is for the ICQ protocol.
- OnlineAccount.Irc - indicates this online account is for the IRC protocol.
- OnlineAccount.Jabber - indicates this online account is for the jabber protocol.
- OnlineAccount.Msn - indicates this online account is for the MSN protocol.
- OnlineAccount.Qq - indicates this online account is for the QQ protocol.
- OnlineAccount.Skype - indicates this online account is for the Skype protocol.
- OnlineAccount.Yahoo - indicates this online account is for the Yahoo protocol.
serviceProvider : string |
This property holds the value of the account service provider name.
subTypes : list<variant> |
This property holds the value of the sub types of an online account.
- OnlineAccount.Unknown (default)
- OnlineAccount.Sip - indicating this online account supports SIP.
- OnlineAccount.SipVoip - indicating this online account supports SIP based VOIP.
- OnlineAccount.Impp - indicating this online account supports IMPP.
- OnlineAccount.VideoShare - indicating this online account supports VideoShare.