interface InAppMessageHeader {
    content: string;
    style?: InAppMessageStyle;
}

Properties

Properties

content: string