C# 클래스 Mixpanel.NET.Engage.MixpanelEngage

상속: MixpanelClientBase, IEngage
파일 보기 프로젝트 열기: fistbump/framework 1 사용 예제들

공개 메소드들

메소드 설명
Increment ( string distinctId, object>.IDictionary incrementProperties ) : bool
MixpanelEngage ( string token, IMixpanelHttp http = null, EngageOptions options = null ) : System

Creates a new Mixpanel Engage client for a given API token

Set ( string distinctId, object>.IDictionary setProperties ) : bool

비공개 메소드들

메소드 설명
Engage ( string distinctId, object>.IDictionary setProperties = null, object>.IDictionary incrementProperties = null ) : bool

메소드 상세

Increment() 공개 메소드

public Increment ( string distinctId, object>.IDictionary incrementProperties ) : bool
distinctId string
incrementProperties object>.IDictionary
리턴 bool

MixpanelEngage() 공개 메소드

Creates a new Mixpanel Engage client for a given API token
public MixpanelEngage ( string token, IMixpanelHttp http = null, EngageOptions options = null ) : System
token string The API token for MixPanel
http IMixpanelHttp Optional: An implementation of IMixpanelHttp, /// Determines if class names and properties will be serialized to JSON literally. /// If false (the default) spaces will be inserted between camel-cased words for improved /// readability on the reporting side. ///
options EngageOptions Optional: Specific options for the API
리턴 System

Set() 공개 메소드

public Set ( string distinctId, object>.IDictionary setProperties ) : bool
distinctId string
setProperties object>.IDictionary
리턴 bool