documentation

VLTrackingIssues Class Reference

VLTrackingIssues stores the issues arrising during startup More information on possible codes: Initialization Issues Such an object is usually passed, when subscribing to the OnTrackerInitializedWithIssues event. More...

Data Structures

class  VLTrackingIssue
 TrackingIssue stores an issue when tracking or when initialized More...
 

Public Member Functions

 VLTrackingIssues (VLIssues vlIssues)
 
string getInfoForCode (int code)
 Checks if the issues contain some code and returns the associated info string. More...
 
bool hasCode (int code)
 Checks if the issues contain some code. More...
 

Data Fields

VLTrackingIssue [] issues
 Array with the tracking state of all tracking objects. More...
 
string message
 String message describing the global reason. Have a look into the issues array in order to get a machine readable impression of what was going wrong or what happened. More...
 

Detailed Description

VLTrackingIssues stores the issues arrising during startup More information on possible codes: Initialization Issues Such an object is usually passed, when subscribing to the OnTrackerInitializedWithIssues event.

Member Function Documentation

◆ getInfoForCode()

string VLTrackingIssues.getInfoForCode ( int  code)
inline

Checks if the issues contain some code and returns the associated info string.

Returns
string, if code was found, "" if no code has been found.
Parameters
codethe code that describes the issue (please revise Initialization Issues)

◆ hasCode()

bool VLTrackingIssues.hasCode ( int  code)
inline

Checks if the issues contain some code.

Returns
true, if code was found, false false.
Parameters
codethe code that describes the issue (please revise Initialization Issues)

Field Documentation

◆ issues

VLTrackingIssue [] VLTrackingIssues.issues

Array with the tracking state of all tracking objects.

◆ message

string VLTrackingIssues.message

String message describing the global reason. Have a look into the issues array in order to get a machine readable impression of what was going wrong or what happened.