C# Class Amazon.MobileAnalytics.Model.Event

A JSON object representing a batch of unique event occurrences in your app.
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
MarshallToJson ( ) : string

Creates a Json string from the Event. Expects Event and Session Timestamps to be in UTC.

UnmarshallFromJson ( String eventValue ) : Event

Creates an Event object from Json.

Method Details

MarshallToJson() public méthode

Creates a Json string from the Event. Expects Event and Session Timestamps to be in UTC.
public MarshallToJson ( ) : string
Résultat string

UnmarshallFromJson() public static méthode

Creates an Event object from Json.
public static UnmarshallFromJson ( String eventValue ) : Event
eventValue String /// The Json string representing the Event. ///
Résultat Event