We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4666c commit 9d51fd5Copy full SHA for 9d51fd5
src/main/java/com/notnoop/apns/PayloadBuilder.java
@@ -277,11 +277,11 @@ public PayloadBuilder mutableContent() {
277
}
278
279
/**
280
- * Set the notification localized key for the alert body message.
+ * Set the notification localized key for the alert body
281
+ * message.
282
*
- * @param key
283
- * the localizable message body key
284
- * @return this
+ * @param key the localizable message body key
+ * @return this
285
*/
286
public PayloadBuilder localizedKey(final String key) {
287
customAlert.put("loc-key", key);
0 commit comments