File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/java/com/google/firebase/messaging Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,12 @@ public static class Builder {
112
112
private Builder () {}
113
113
114
114
/**
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
116
116
* messages that can be collapsed, so that only the last message gets sent when delivery can be
117
117
* 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>
118
121
*
119
122
* @param collapseKey A collapse key string.
120
123
* @return This builder.
You can’t perform that action at this time.
0 commit comments