Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ConnectivityPolicy.HandleDeliveryAttempt C# (CSharp) Метод

HandleDeliveryAttempt() публичный Метод

Call back to policy once the delivery has been completed On Successful delivery the timestamp is recorded on the local storage
public HandleDeliveryAttempt ( bool isSuccessful ) : void
isSuccessful bool If set to true successful.
Результат void
		public void HandleDeliveryAttempt(bool isSuccessful)
		{
			
		}
    }