Skip to content

Commit 5a54e76

Browse files
authored
Adding detail RE default value of collapse key. (#568)
* Adding detail RE default value of collapse key. * Adding a p tag apparenty required by Javadoc.
1 parent 70c9668 commit 5a54e76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/google/firebase/messaging/AndroidConfig.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,12 @@ public static class Builder {
112112
private Builder() {}
113113

114114
/**
115-
* Sets a collapse key for the message. Collapse key serves as an identifier for a group of
115+
* Sets a collapse key for the message. The collapse key serves as an identifier for a group of
116116
* messages that can be collapsed, so that only the last message gets sent when delivery can be
117117
* resumed. A maximum of 4 different collapse keys may be active at any given time.
118+
*
119+
* <p>By default, the collapse key is the app package name registered in
120+
* the Firebase console.</p>
118121
*
119122
* @param collapseKey A collapse key string.
120123
* @return This builder.

0 commit comments

Comments
 (0)