Interface AnalyticsAck

The acknowledgement. Deliberately carries nothing but the fact of acceptance — anything else would be a read channel back into the app (T-AN-6).

interface AnalyticsAck {
    accepted: boolean;
}

Properties

Properties

accepted: boolean