コード例 #1
0
        public static LogicJSONObject Save()
        {
            LogicJSONObject jsonObject = new LogicJSONObject();

            jsonObject.Put("contentUrls", ResourceSettings.SaveStringArray(ResourceSettings.ContentUrlList));
            jsonObject.Put("chronosContentUrls", ResourceSettings.SaveStringArray(ResourceSettings.ChronosContentUrlList));
            jsonObject.Put("appstoreUrls", ResourceSettings.SaveStringArray(ResourceSettings.AppStoreUrlList));
            jsonObject.Put("resourceSHA", new LogicJSONString(ResourceSettings.ResourceSHA));
            jsonObject.Put("googleServiceId", new LogicJSONString(ResourceSettings.GoogleServiceId));
            jsonObject.Put("fbAppId", new LogicJSONString(ResourceSettings.FacebookAppId));

            return(jsonObject);
        }