The properties of Xamarin.Insights are listed below. For a list of all members, see the Insights Members list.
See Also: Inherited members from System.Object
static | DisableCollection | bool. Disables data collection. |
static | DisableDataTransmission | bool. Disables data transmission, but not data collection. |
static | DisableExceptionCatching | bool. DisableExceptionCatching disables any automatic unhandled exception handling in Insights that occurs outside of a try/catch block. Set this property to true and use the .Report() method inside a try/catch block to record only desired exceptions. |