Skip to content

Commit c704e49

Browse files
committed
Mention that ShowInForeground defaults to true
1 parent fcded87 commit c704e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.mobile.notifications/Runtime/Android/AndroidNotification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public DateTime CustomTimestamp
178178
}
179179

180180
/// <summary>
181-
/// Set this notification to be shown when app is in the foreground.
181+
/// Set this notification to be shown when app is in the foreground (default: true).
182182
/// </summary>
183183
public bool ShowInForeground
184184
{

0 commit comments

Comments
 (0)