Interface IBuffer Namespace: Unity.Services.Analytics.Internal Assembly: solution.dll Syntax public interface IBuffer Properties Name Description SessionID UserID Methods Name Description ClearBuffer() ClearDiskCache() CloneTokens() FlushToDisk() InsertTokens(List<Token>) LoadFromDisk() PushArrayEnd() PushArrayStart(string) PushBool(bool, string) PushDouble(double, string) PushEndEvent() PushEvent(Event) PushFloat(float, string) PushInt(int, string) PushInt64(long, string) PushObjectEnd() PushObjectStart(string) PushStartEvent(string, DateTime, long?) PushString(string, string) PushTimestamp(DateTime, string) Serialize(List<Token>)