Exemplo n.º 1
0
    public async void NoteCreated(string noteObjectId, string noteObjectDesc, string deviceOrientation = "N/A", string noteScale = "1", string noteOrientation = "N/A")
    {
        string json = noteCreated.CreateEvent(noteObjectId, noteObjectDesc, deviceOrientation, noteScale, noteOrientation);

        await PushCaliperEventAsync(json, thisPushURL, thisBearerTokenFile);
    }