C# Class Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ConnectivityPolicy

Inheritance: IDeliveryPolicy
ファイルを表示 Open project: aws/aws-sdk-net

Public Methods

Method Description
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

Private Methods

Method Description
HasNetworkConnectivity ( ) : bool

Determines whether this instance has network connectivity.

Method Details

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