We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7038aa5 commit 7d4beacCopy full SHA for 7d4beac
TestProjects/com.unity.mobile-notifications-sample/Assets/Scripts/AndroidTest.cs
@@ -146,7 +146,8 @@ private void InstantiateAllTestButtons()
146
SortKey = template.SortKey,
147
IntentData = template.IntentData,
148
ShowTimestamp = template.ShowTimestamp,
149
- RepeatInterval = TimeSpan.FromSeconds(template.RepeatInterval)
+ RepeatInterval = TimeSpan.FromSeconds(template.RepeatInterval),
150
+ ShowInForeground = template.ShowInForeground,
151
},
152
template.Channel, template.NotificationID
153
);
0 commit comments