Table of Contents

Class SessionReport

名前空間
easyar
アセンブリ
EasyAR.Sense.dll

Session レポート。コンポーネントの可用性や session 破損理由などを問い合わせるために使用します。

public class SessionReport
継承
SessionReport

プロパティ

Availability

可用性レポート。

public SessionReport.AvailabilityReport Availability { get; }

BrokenReason

Session 破損理由。

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

Exception

Session 破損の具体的な例外。

public SessionReport.SessionBrokenException Exception { get; }