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

Helper for Snapchat Events
Afficher le fichier Open project: 0xdeafcafe/SnapDotNet

Méthodes publiques

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

Creates an Event Object from some params

Method Details

CreateEvent() public static méthode

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
Résultat object>.Dictionary