C# 클래스 Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ConnectivityPolicy

상속: IDeliveryPolicy
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
HandleDeliveryAttempt ( bool isSuccessful ) : void

Call back to policy once the delivery has been completed On Successful delivery the timestamp is recorded on the local storage

비공개 메소드들

메소드 설명
HasNetworkConnectivity ( ) : bool

Determines whether this instance has network connectivity.

메소드 상세

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