/// <summary>
 /// Initializes a new instance of the
 /// <see cref="Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ClientContext"/> class.
 /// </summary>
 /// <param name="config">Config <see cref="Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ClientContextConfig"/></param>
 public ClientContext (ClientContextConfig config)
 {
     this.Config = config;
     _custom = new Dictionary<string, string>();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ClientContext"/> class.
 /// </summary>
 /// <param name="config">Config <see cref="Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.ClientContextConfig"/></param>
 public ClientContext (ClientContextConfig config)
 {
     this.Config = config;
     _custom = new Dictionary<string, string>();
 }