Xamarin.Insights: Property Members

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

Public Properties

static
DisableCollectionbool. Disables data collection.
static
DisableDataTransmissionbool. Disables data transmission, but not data collection.
static
DisableExceptionCatchingbool. 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.