Interface IUnitySegment
Interface representing LevelPlay's user segment
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public interface IUnitySegment
Events
OnSegmentRecieved
Event triggered when a segment is received
Declaration
event Action<string> OnSegmentRecieved
Event Type
Type | Description |
---|---|
Action<string> |