C# Класс Amazon.MobileAnalytics.Model.Event

A JSON object representing a batch of unique event occurrences in your app.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

MarshallToJson() публичный Метод

Creates a Json string from the Event. Expects Event and Session Timestamps to be in UTC.
public MarshallToJson ( ) : string
Результат string

UnmarshallFromJson() публичный статический Метод

Creates an Event object from Json.
public static UnmarshallFromJson ( String eventValue ) : Event
eventValue String /// The Json string representing the Event. ///
Результат Event