UnityEngine.UnityConnectModule Accesses for Analytics session information (common for all game instances). Session time since the begining of player game session. Session id is used for tracking player game session. Session state. This event occurs when a Analytics session state changes. UserId is random GUID to track a player and is persisted across game session. This event occurs when a Analytics session state changes. Current session state. Current session id. Game player current session time. Set to true when sessionId has changed. Session tracking states. Session tracking has paused. Session tracking has resumed. Session tracking has started. Session tracking has stopped. Provides access to your remote settings. Dispatched before the RemoteSettings object makes the network request for the latest settings. Dispatched when the network request made by the RemoteSettings object to fetch the remote configuration file is complete. Forces the game to download the newest settings from the server and update its values. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the number of keys in the remote settings configuration. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets an array containing all the keys in the remote settings configuration. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Gets the value corresponding to remote setting identified by key, if it exists. The key identifying the setting. The default value to use if the setting identified by the key parameter cannot be found or is unavailable. The current value of the setting identified by key, or the default value. Reports whether the specified key exists in the remote settings configuration. The key identifying the setting. True, if the key exists. Dispatched when a remote settings configuration is fetched and successfully parsed from the server or from local cache. Defines the delegate signature for handling RemoteSettings.Updated events. Reports whether or not the settings available from the RemoteSettings object were received from the Analytics Service during the current session. True, if the remote settings file was received from the Analytics Service in the current session. False, if the remote settings file was received during an earlier session and cached.