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 {
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.
You can’t perform that action at this time.
0 commit comments