Interface IBuffer Namespace: Unity.Services.Analytics.Internal Assembly: solution.dll Syntax public interface IBuffer Properties Name Description SessionID UserID Methods Name Description ClearBuffer() ClearDiskCache() FlushToDisk() 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) RemoveSentTokens(int) Serialize()