Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix forgotten interface declaration change (#62)
* Fix application breaking on js interop error Instead, it now catches the exception and stops tracking the connection. * Change method signature for async method without await * Remove unnecessary calls to base class initialization * Remove unsubscription from initialization method * Implement IDisposable and have unsubscribe occur there * Change from OnInitializedAsync to OnIntialized * Change IAnalytics interface for ConfigureGlobalEventData to be synchronous * Remove accidental async addition in interface
- Loading branch information