menu
appwin_notifications package
documentation
appwin_in_app_message.dart
AppwinInAppContent
AppwinInAppContent.new const constructor
AppwinInAppContent.new const constructor
dark_mode
light_mode
AppwinInAppContent
constructor
const
AppwinInAppContent
(
{
String
?
title
,
String
?
body
,
String
?
imageUrl
,
String
?
deeplink
,
List
<
AppwinInAppButton
>
?
buttons
,
})
Implementation
const AppwinInAppContent({ this.title, this.body, this.imageUrl, this.deeplink, this.buttons, });
appwin_notifications package
documentation
appwin_in_app_message
AppwinInAppContent
AppwinInAppContent.new const constructor
AppwinInAppContent class