Show / Hide Table of Contents

Class PlayURSessionTracker

Automatic session tracker. Starts a session when the game starts, and ends it when the application is closed. You may want your own session logic, in which case don't use this MonoBehaviour. This functionality is enabled automatically if PlayURPluginHelper.standardSessionTracking value is true. In the future will contain functionality for detecting if the application has lost focus etc.

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
PlayURBehaviour
PlayURSessionTracker
Inherited Members
PlayURBehaviour.PlayURPlugin
PlayURBehaviour.Configuration
PlayURBehaviour.IsReady
PlayURBehaviour.CurrentExperiment
PlayURBehaviour.CurrentExperimentGroup
PlayURBehaviour.Start()
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public class PlayURSessionTracker : PlayURBehaviour

Methods

| Improve this Doc View Source

OnReady()

Override this method to do something when the plugin is ready. Implementation is that this function is the registered callback to PlayURPlugin.instance.OnReady. This registration takes place in Start().

Declaration
public override void OnReady()
Overrides
PlayURBehaviour.OnReady()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX