CFx SDK Documentation  2022 SP0
Public Member Functions | List of all members
CFxLicensingServiceReactor Class Referenceabstract

#include <FxLicensingService.h>

Public Member Functions

 CFxLicensingServiceReactor ()=default
 
virtual ~CFxLicensingServiceReactor ()
 
virtual void UpdateToken (const QString &sToken)=0
 
virtual void RequestRefresh ()=0
 
virtual void LicensingInitialized ()
 
virtual void OnUserActivated (int organizationId)=0
 
virtual void OnUserLoggedOut ()=0
 

Detailed Description

Definition at line 22 of file FxLicensingService.h.

Constructor & Destructor Documentation

◆ CFxLicensingServiceReactor()

CFxLicensingServiceReactor::CFxLicensingServiceReactor ( )
default

◆ ~CFxLicensingServiceReactor()

virtual CFxLicensingServiceReactor::~CFxLicensingServiceReactor ( )
virtual

Member Function Documentation

◆ LicensingInitialized()

virtual void CFxLicensingServiceReactor::LicensingInitialized ( )
inlinevirtual

Definition at line 32 of file FxLicensingService.h.

◆ OnUserActivated()

virtual void CFxLicensingServiceReactor::OnUserActivated ( int  organizationId)
pure virtual

◆ OnUserLoggedOut()

virtual void CFxLicensingServiceReactor::OnUserLoggedOut ( )
pure virtual

◆ RequestRefresh()

virtual void CFxLicensingServiceReactor::RequestRefresh ( )
pure virtual

◆ UpdateToken()

virtual void CFxLicensingServiceReactor::UpdateToken ( const QString &  sToken)
pure virtual

The documentation for this class was generated from the following file: