Exemplo n.º 1
0
 public static void Initialize(AssetsContentConfig contentConfig)
 {
     InitializeInternal(TranslateContentClientFactory.Create(CreatePlatformComponentsFactory(), contentConfig));
 }
Exemplo n.º 2
0
 public static void Initialize(RemoteContentConfig contentConfig, OfflineContentConfig offlineContentConfig)
 {
     InitializeInternal(TranslateContentClientFactory
                        .Create(CreatePlatformComponentsFactory(), contentConfig, offlineContentConfig));
 }
Exemplo n.º 3
0
 public static void Initialize(AssemblyContentConfig contentConfig)
 {
     InitializeInternal(TranslateContentClientFactory.Create(contentConfig));
 }