C# Class Amazon.MobileAnalytics.Model.Event

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

Public Methods

Method 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 method

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

UnmarshallFromJson() public static method

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