Method | Description | |
---|---|---|
Report ( ModalIf modalThreshold, PassiveIf passiveThreshold, string shortUserLevelMessage = null, string moreDetails = null, |
Always log, possibly inform the user, possibly throw the exception
|
Method | Description | |
---|---|---|
Matches ( ModalIf threshold ) : IEnumerable |
||
ShowToast ( string shortUserLevelMessage, |
public static Report ( ModalIf modalThreshold, PassiveIf passiveThreshold, string shortUserLevelMessage = null, string moreDetails = null, |
||
modalThreshold | ModalIf | Will show a modal dialog if the channel is this or lower |
passiveThreshold | PassiveIf | Ignored for now |
shortUserLevelMessage | string | Simple message that fits in small toast notification |
moreDetails | string | Info adds information about the problem, which we get if they report the problem |
exception | ||
return | void |