Amazon.MobileAnalytics.MobileAnalyticsManager.MobileAnalyticsManager.OnRaiseErrorEvent C# (CSharp) Method

OnRaiseErrorEvent() private method

private OnRaiseErrorEvent ( MobileAnalyticsErrorEventArgs eventArgs ) : void
eventArgs MobileAnalyticsErrorEventArgs
return void
        internal void OnRaiseErrorEvent(MobileAnalyticsErrorEventArgs eventArgs)
        {
            AWSSDKUtils.InvokeInBackground(MobileAnalyticsErrorEvent, eventArgs, this);
        }
        #endregion