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

Object that creates delivery policy.
Inheritance: IDeliveryPolicyFactory
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
DeliveryPolicyFactory ( bool IsDataNetworkAllowed ) : System

Initializes a new instance of the Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.DeliveryPolicyFactory class.

NewConnectivityPolicy ( ) : IDeliveryPolicy

returns a new connectivity policy.

Method Details

DeliveryPolicyFactory() public méthode

Initializes a new instance of the Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.DeliveryPolicyFactory class.
public DeliveryPolicyFactory ( bool IsDataNetworkAllowed ) : System
IsDataNetworkAllowed bool If set to true connectivity policy will allow delivery on data network.
Résultat System

NewConnectivityPolicy() public méthode

returns a new connectivity policy.
public NewConnectivityPolicy ( ) : IDeliveryPolicy
Résultat IDeliveryPolicy