C# 클래스 FapChat.Core.Snapchat.Helpers.Events

Helper for Snapchat Events
파일 보기 프로젝트 열기: 0xdeafcafe/FapChat

공개 메소드들

메소드 설명
CreateEvent ( EventType eventType, string paramId, int timestamp ) : object>.Dictionary

Creates an Event Object from some params

메소드 상세

CreateEvent() 공개 정적인 메소드

Creates an Event Object from some params
public static CreateEvent ( EventType eventType, string paramId, int timestamp ) : object>.Dictionary
eventType EventType The type of event we are sending
paramId string The Id to send in the params section
timestamp int The timestamp of the event
리턴 object>.Dictionary