C# Class Bugsnag.NativeBugsnag, bugsnag-unity

Show file Open project: bugsnag/bugsnag-unity

Public Properties

Property Type Description
Bugsnag UnityEngine.AndroidJavaClass
unityExpression Regex

Public Methods

Method Description
Notify ( string errorClass, string errorMessage, string severity, string context, string stackTrace, bool warmup ) : void
Notify ( string errorClass, string errorMessage, string severity, string context, string stackTrace, string type, bool warmup ) : void

Private Methods

Method Description
AddToTab ( string tabName, string attributeName, string attributeValue ) : void
ClearTab ( string tabName ) : void
LeaveBreadcrumb ( string breadcrumb ) : void
Notify ( string errorClass, string errorMessage, string severity, string context, string stackTrace ) : void
Notify ( string errorClass, string errorMessage, string severity, string context, string stackTrace, string type ) : void
Register ( string apiKey ) : void
SetAppVersion ( string appVersion ) : void
SetAutoNotify ( bool autoNotify ) : void
SetBreadcrumbCapacity ( int capacity ) : void
SetContext ( string context ) : void
SetNotifyReleaseStages ( string releaseStages ) : void
SetNotifyUrl ( string notifyUrl ) : void
SetReleaseStage ( string releaseStage ) : void
SetUser ( string userId, string userName, string userEmail ) : void

Method Details

Notify() public static method

public static Notify ( string errorClass, string errorMessage, string severity, string context, string stackTrace, bool warmup ) : void
errorClass string
errorMessage string
severity string
context string
stackTrace string
warmup bool
return void

Notify() public static method

public static Notify ( string errorClass, string errorMessage, string severity, string context, string stackTrace, string type, bool warmup ) : void
errorClass string
errorMessage string
severity string
context string
stackTrace string
type string
warmup bool
return void

Property Details

Bugsnag public static property

public static AndroidJavaClass,UnityEngine Bugsnag
return UnityEngine.AndroidJavaClass

unityExpression public static property

public static Regex unityExpression
return Regex