Table of Contents

Class SessionReport

Namespace
easyar
Assembly
EasyAR.Sense.dll

Session report. Used to query component availability or the reasons for session loss, etc.

public class SessionReport
Inheritance
SessionReport

Properties

Availability

Availability report.

public SessionReport.AvailabilityReport Availability { get; }

Property Value

BrokenReason

Session damage reason.

public Optional<SessionReport.SessionBrokenReason> BrokenReason { get; }

Property Value

Exception

Specific exception of session damage.

public SessionReport.SessionBrokenException Exception { get; }

Property Value