C# Class SnapDotNet.Core.Snapchat.Helpers.Events

Helper for Snapchat Events
Mostra file Open project: 0xdeafcafe/SnapDotNet

Public Methods

Method Description
CreateEvent ( EventType eventType, string paramId, int timestamp ) : object>.Dictionary

Creates an Event Object from some params

Method Details

CreateEvent() public static method

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
return object>.Dictionary