WidgetConfig
A set of flags that modify the behavior of Widgets
-
should the widget automatically be dismissed when completed. Default is true.
-
should an dismiss button (X) be shown on some widgets when completed. Default is true.
-
allow the user to dismiss widgets by swiping to the right. Default is true.
-
use the default animations for when a widget is received and dismissed. Default is true.
-
should the widget be dismissed when the
WidgetViewController
callsviewWillDisappear
. Default is true.