Exemple #1
0
 /// <summary>
 /// Sets the usage of offline data
 /// </summary>
 /// <param name="enable">true if you want enable setting; otherwise, false</param>
 public void SetOfflineDataEnable(bool enable)
 {
     Request(null, () => mClientV2.ReqSetupOfflineData(enable));
 }