[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Mapbox.Unity.Telemetry
|
||||
{
|
||||
public interface ITelemetryLibrary
|
||||
{
|
||||
void Initialize(string accessToken);
|
||||
void SendTurnstile();
|
||||
void SetLocationCollectionState(bool enable);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user