包含此页的版本:
不含此页的版本:
在 RemoteSettings 对象发出提取最新设置的网络请求前分发。
void Start() { RemoteSettings.BeforeFetchFromServer += RemoteSettingsBeforeFetchFromServer; }public void RemoteSettingsBeforeFetchFromServer() { /*...*/ }