|
@@ -1,6 +1,8 @@
|
|
|
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/core](../modules/medici_core.md) / SDK
|
|
|
+
|
|
|
# Class: SDK
|
|
|
|
|
|
-[@medici/core](../wiki/@medici.core).SDK
|
|
|
+[@medici/core](../modules/medici_core.md).SDK
|
|
|
|
|
|
## Hierarchy
|
|
|
|
|
@@ -12,27 +14,27 @@
|
|
|
|
|
|
### Constructors
|
|
|
|
|
|
-- [constructor](../wiki/@medici.core.SDK#constructor)
|
|
|
+- [constructor](medici_core.SDK.md#constructor)
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
-- [\_appId](../wiki/@medici.core.SDK#_appid)
|
|
|
-- [\_config](../wiki/@medici.core.SDK#_config)
|
|
|
-- [\_endPoint](../wiki/@medici.core.SDK#_endpoint)
|
|
|
-- [\_history](../wiki/@medici.core.SDK#_history)
|
|
|
-- [\_platform](../wiki/@medici.core.SDK#_platform)
|
|
|
-- [\_trackEndPoint](../wiki/@medici.core.SDK#_trackendpoint)
|
|
|
-- [eventer](../wiki/@medici.core.SDK#eventer)
|
|
|
+- [\_appId](medici_core.SDK.md#_appid)
|
|
|
+- [\_config](medici_core.SDK.md#_config)
|
|
|
+- [\_endPoint](medici_core.SDK.md#_endpoint)
|
|
|
+- [\_history](medici_core.SDK.md#_history)
|
|
|
+- [\_platform](medici_core.SDK.md#_platform)
|
|
|
+- [\_trackEndPoint](medici_core.SDK.md#_trackendpoint)
|
|
|
+- [eventer](medici_core.SDK.md#eventer)
|
|
|
|
|
|
### Methods
|
|
|
|
|
|
-- [endTrack](../wiki/@medici.core.SDK#endtrack)
|
|
|
-- [sendEvent](../wiki/@medici.core.SDK#sendevent)
|
|
|
-- [setConfig](../wiki/@medici.core.SDK#setconfig)
|
|
|
-- [startTrack](../wiki/@medici.core.SDK#starttrack)
|
|
|
-- [track](../wiki/@medici.core.SDK#track)
|
|
|
-- [trackEvent](../wiki/@medici.core.SDK#trackevent)
|
|
|
-- [trackView](../wiki/@medici.core.SDK#trackview)
|
|
|
+- [endTrack](medici_core.SDK.md#endtrack)
|
|
|
+- [sendEvent](medici_core.SDK.md#sendevent)
|
|
|
+- [setConfig](medici_core.SDK.md#setconfig)
|
|
|
+- [startTrack](medici_core.SDK.md#starttrack)
|
|
|
+- [track](medici_core.SDK.md#track)
|
|
|
+- [trackEvent](medici_core.SDK.md#trackevent)
|
|
|
+- [trackView](medici_core.SDK.md#trackview)
|
|
|
|
|
|
## Constructors
|
|
|
|
|
@@ -44,7 +46,7 @@
|
|
|
|
|
|
| Name | Type |
|
|
|
| :------ | :------ |
|
|
|
-| `params` | [`SDKConfigType`](../wiki/@medici.core.SDKConfigType) |
|
|
|
+| `params` | [`SDKConfigType`](../interfaces/medici_core.SDKConfigType.md) |
|
|
|
|
|
|
#### Overrides
|
|
|
|
|
@@ -72,7 +74,7 @@ ___
|
|
|
|
|
|
### \_config
|
|
|
|
|
|
-• `Protected` **\_config**: [`SDKInitConfig`](../wiki/@medici.core.SDKInitConfig)
|
|
|
+• `Protected` **\_config**: [`SDKInitConfig`](../interfaces/medici_core.SDKInitConfig.md)
|
|
|
|
|
|
#### Overrides
|
|
|
|
|
@@ -114,7 +116,7 @@ ___
|
|
|
|
|
|
### \_platform
|
|
|
|
|
|
-• `Protected` **\_platform**: [`PlatformType`](../wiki/@medici.core#platformtype)
|
|
|
+• `Protected` **\_platform**: [`PlatformType`](../modules/medici_core.md#platformtype)
|
|
|
|
|
|
#### Overrides
|
|
|
|
|
@@ -210,7 +212,7 @@ ___
|
|
|
|
|
|
| Name | Type |
|
|
|
| :------ | :------ |
|
|
|
-| `config` | [`SDKInitConfig`](../wiki/@medici.core.SDKInitConfig) |
|
|
|
+| `config` | [`SDKInitConfig`](../interfaces/medici_core.SDKInitConfig.md) |
|
|
|
|
|
|
#### Returns
|
|
|
|