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

Inheritance: IDeliveryPolicy
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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

Méthode Description
HasNetworkConnectivity ( ) : bool

Determines whether this instance has network connectivity.

Method Details

HandleDeliveryAttempt() public méthode

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.
Résultat void