Skip to content

Commit cafabe6

Browse files
authored
Minor doc update (firebase#163)
1 parent 4a45659 commit cafabe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/java/com/google/firebase/messaging

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ public Builder setContentAvailable(boolean contentAvailable) {
147147
}
148148

149149
/**
150-
* Specifies whether to set the {@code mutable-content} property on the message, so the
151-
* clients can modify the notification via app extensions.
150+
* Specifies whether to set the {@code mutable-content} property on the message. When set, this
151+
* property allows clients to modify the notification via app extensions.
152152
*
153153
* @param mutableContent True to make the content mutable via app extensions.
154154
* @return This builder.

0 commit comments

Comments
 (0)