We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a45659 commit cafabe6Copy full SHA for cafabe6
1 file changed
src/main/java/com/google/firebase/messaging/Aps.java
@@ -147,8 +147,8 @@ public Builder setContentAvailable(boolean contentAvailable) {
147
}
148
149
/**
150
- * Specifies whether to set the {@code mutable-content} property on the message, so the
151
- * clients can modify the notification via app extensions.
+ * Specifies whether to set the {@code mutable-content} property on the message. When set, this
+ * property allows clients to modify the notification via app extensions.
152
*
153
* @param mutableContent True to make the content mutable via app extensions.
154
* @return This builder.
0 commit comments