Dispatched before the RemoteSettings object makes the network request for the latest settings.
void Start() { RemoteSettings.BeforeFetchFromServer += RemoteSettingsBeforeFetchFromServer; }
public void RemoteSettingsBeforeFetchFromServer() { /*...*/ }