RemoteSettings.BeforeFetchFromServer

매뉴얼로 전환

설명

Dispatched before the RemoteSettings object makes the network request for the latest settings.

void Start()
{
    RemoteSettings.BeforeFetchFromServer += RemoteSettingsBeforeFetchFromServer;
}

public void RemoteSettingsBeforeFetchFromServer() { /*...*/ }