コード例 #1
0
    public string GetPhoneModel()
    {
        //string model = sdkUtil.CallAPI<string>("GetPhoneModel");
        string model = IosManager.GetPhoneModel();

        if (model == null)
        {
            model = "";
        }
        return(model);
    }