Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IAccountInfo Class Referenceabstract

Account information interface. More...

#include <auth_service_interface.h>

Public Member Functions

virtual const zchar_tGetDisplayName ()=0
 Get the screen name of user.
 
virtual LoginType GetLoginType ()=0
 Get login type.
 
virtual ~IAccountInfo ()
 

Detailed Description

Account information interface.

Definition at line 134 of file auth_service_interface.h.

Constructor & Destructor Documentation

◆ ~IAccountInfo()

virtual IAccountInfo::~IAccountInfo ( )
inlinevirtual

Definition at line 143 of file auth_service_interface.h.

143{};

Member Function Documentation

◆ GetDisplayName()

virtual const zchar_t * IAccountInfo::GetDisplayName ( )
pure virtual

Get the screen name of user.

Returns
The return value is the displayed username. If there is no screen name of user, the return value is a string of length ZERO(0).

◆ GetLoginType()

virtual LoginType IAccountInfo::GetLoginType ( )
pure virtual

Get login type.

Returns
The return value is the account login type. For more details, see LoginType enum.