Input type for NotifyMessageInteraction API.

interface NotifyMessageInteractionInput {
    message: InAppMessage;
    type: InAppMessageInteractionEvent;
}

Properties

Properties

message: InAppMessage