Amazon.MobileAnalytics.MobileAnalyticsManager.MobileAnalyticsManager.OnRaiseErrorEvent C# (CSharp) 메소드

OnRaiseErrorEvent() 개인적인 메소드

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