Show / Hide Table of Contents

Class TelemetryWebgl

Inheritance
System.Object
TelemetryWebgl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Telemetry
Assembly:cs.temp.dll.dll
Syntax
public class TelemetryWebgl : ITelemetryLibrary

Properties

Instance

Declaration
public static ITelemetryLibrary Instance { get; }
Property Value
Type Description
ITelemetryLibrary

Methods

Initialize(String)

Declaration
public void Initialize(string accessToken)
Parameters
Type Name Description
System.String accessToken
Implements
ITelemetryLibrary.Initialize(String)

SendTurnstile()

Declaration
public void SendTurnstile()
Implements
ITelemetryLibrary.SendTurnstile()

SetLocationCollectionState(Boolean)

Declaration
public void SetLocationCollectionState(bool enable)
Parameters
Type Name Description
System.Boolean enable
Implements
ITelemetryLibrary.SetLocationCollectionState(Boolean)
Back to top © 2017 Mapbox