コード例 #1
0
    public void updateMetaData(string nothing)
    {
        Debug.Log("Update metadata ************************************************************");
        Dictionary <string, object> configMap = new Dictionary <string, object>();

        configMap.Add("user-level", "21");
        configMap.Add("hs-tags", new string[] { "Tag-1" });
        _support.updateMetaData(configMap);
    }