Interface IAnalyticsUserId
Contract for obtaining the user ID of the analytics pipeline.
Namespace: Unity.Services.Core.Analytics.Internal
Syntax
public interface IAnalyticsUserId : IServiceComponent
Methods
GetAnalyticsUserId()
Returns the user ID value that the Analytics SDK is currently recording events against.
Declaration
string GetAnalyticsUserId()
Returns
| Type | Description |
|---|---|
| String | The current Analytics user ID. |