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)
		{
			
		}
    }