C# 클래스 Mixpanel.NET.Events.TrackerOptions

Class provides all options available when sending data to Mixpanel.
상속: MixpanelClientOptions
파일 보기 프로젝트 열기: chrisnicola/Mixpanel.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SetEventTime bool

프로퍼티 상세

SetEventTime 공개적으로 프로퍼티

If true the tracker will automatically set the event timestamp for each event, unless the property "time" or "Time" has already been set to something else. Otherwise no time will be set if it doesn't exist. default: true
public bool SetEventTime
리턴 bool