Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ConnectivityPolicy.HandleDeliveryAttempt C# (CSharp) Method

HandleDeliveryAttempt() public method

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.
return void
		public void HandleDeliveryAttempt(bool isSuccessful)
		{
			
		}
    }