Skip to content

Commit 7038aa5

Browse files
committed
Add checkbox for show in foreground to template
1 parent 0bad68e commit 7038aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestProjects/com.unity.mobile-notifications-sample/Assets/Scripts/ScriptableObjects/AndroidNotificationTemplate.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public class AndroidNotificationTemplate : ScriptableObject
3636
[TextArea] public string IntentData = "";
3737
public bool ShowTimestamp = false;
3838
public long RepeatInterval;
39+
public bool ShowInForeground = true;
3940
#endif
4041
}
4142
}

0 commit comments

Comments
 (0)