Interface IAnalyticsUserId
Contract for obtaining the user ID of the analytics pipeline.
Namespace: Unity.Services.Core.Analytics.Internal
Assembly: Unity.Services.Core.Internal.dll
Syntax
[RequireImplementors]
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. |