@@ -63,7 +63,7 @@ private OneSignal() {
6363 * If a targeting parameter of one type is used, then targeting parameters from other types may not be used.
6464 * For instance, you cannot use the {@link NotificationRequest#includedSegments} parameter (from segments) with
6565 * the {@link NotificationRequest#filters}.
66- * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
66+ * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
6767 * @param notificationRequest the notification to create
6868 * @return the response
6969 */
@@ -73,7 +73,7 @@ public static CreateNotificationResponse createNotification(String appAuthKey, N
7373
7474 /**
7575 * Stop a scheduled or currently outgoing notification.
76- * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs, unless the notification was created using
76+ * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs, unless the notification was created using
7777 * {@link NotificationRequest#includePlayerIds} and targeting only one user.
7878 * @param appId OneSignal App ID
7979 * @param notificationId the notification ID to cancel
@@ -84,7 +84,7 @@ public static void cancelNotification(String appAuthKey, String appId, String no
8484
8585 /**
8686 * View the details of a single notification.
87- * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
87+ * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
8888 * @param appId OneSignal App ID
8989 * @param notificationId the notification ID to retrieve
9090 * @return the matching notifications or error response
@@ -95,7 +95,7 @@ public static ViewNotificationResponse viewNotification(String appAuthKey, Strin
9595
9696 /**
9797 * View the details of multiple notifications.
98- * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
98+ * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
9999 * @param appId OneSignal App ID
100100 * @param limit max number of notifications to retrieve, if {@code null} defaults to {@code 50}
101101 * @param offset where to start, if {@code null} defaults to {@code 0}
@@ -116,7 +116,7 @@ public static void trackOpen(String appId, String notificationId) {
116116
117117 /**
118118 * View the details of all of your current OneSignal apps.
119- * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.
119+ * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.
120120 * @return list of all your apps
121121 */
122122 public static List <AppResponse > viewApps (String userAuthKey ) {
@@ -125,7 +125,7 @@ public static List<AppResponse> viewApps(String userAuthKey) {
125125
126126 /**
127127 * View the details of a single OneSignal app.
128- * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.
128+ * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.
129129 * @param appId the app ID
130130 * @return the details of the app
131131 */
@@ -135,7 +135,7 @@ public static AppResponse viewApp(String userAuthKey, String appId) {
135135
136136 /**
137137 * Creates a new OneSignal app.
138- * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.
138+ * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.
139139 * @param app the app details for creation
140140 * @return the created app
141141 */
@@ -150,15 +150,15 @@ public static AppResponse createApp(String userAuthKey, App app) {
150150 * <ul>
151151 * <li>To update only your app name, you can pass in only a new app name parameter.</li>
152152 * <li>To update Android, be sure to pass in {@link App#gcmKey}.</li>
153- * <li>To update Chrome Apps & Extensions, be sure to pass in {@link App#chromeKey}.</li>
153+ * <li>To update Chrome Apps & Extensions, be sure to pass in {@link App#chromeKey}.</li>
154154 * <li>To update Chrome web push, be sure to pass in {@link App#chromeWebOrigin}.</li>
155155 * <li>To update Safari web push, you must pass in all of these parameters: {@link App#safariApnsP12},
156156 * {@link App#safariApnsP12password}, {@link App#siteName}, and {@link App#safariSiteOrigin}. Most users use our
157157 * auto-generated Safari web ID. If you use our auto-generated Safari web ID, please set {@link App#safariApnsP12}
158158 * to {@code ""} and {@link App#safariApnsP12password} to {@code ""}.</li>
159159 * <li>To update iOS, you must pass in {@link App#apnsEnv} and {@link App#apnsP12}.</li>
160160 * </ul>
161- * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.</li>
161+ * @param userAuthKey OneSignal User Auth Key, available in Keys & IDs.
162162 * @param app the app details for update
163163 * @return the updated app
164164 */
@@ -169,11 +169,11 @@ public static AppResponse updateApp(String userAuthKey, App app) {
169169 /**
170170 * View the details of multiple devices in one of your OneSignal apps.
171171 * <p>
172- * <b>Unavailable for Apps > 100,000 users</b>
172+ * <b>Unavailable for Apps > 100,000 users</b>
173173 * <p>
174174 * For performance reasons, this method is not available for larger apps. Larger apps should use the CSV export API
175175 * endpoint, which is much more performant.
176- * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
176+ * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
177177 * @param appId The app ID that you want to view devices from
178178 * @param limit How many devices to return. Max is 300. Default is 300
179179 * @param offset Result offset. Default is 0. Results are sorted by id
@@ -185,7 +185,7 @@ public static ViewDevicesResponse viewDevices(String appAuthKey, String appId, N
185185
186186 /**
187187 * View the details of an existing device in one of your OneSignal apps
188- * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
188+ * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
189189 * @param appId Your app_id for this device
190190 * @param deviceId Player's OneSignal ID
191191 * @return details of the given device
@@ -284,7 +284,7 @@ public static SuccessResponse incrementSessionLength(String deviceId, Long activ
284284 * The file will be compressed using GZip.
285285 * <p>
286286 * The file may take several minutes to generate depending on the number of users in your app.
287- * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
287+ * @param appAuthKey OneSignal App Auth Key, available in Keys & IDs.
288288 * @param appId OneSignal App ID
289289 * @param csvExportFileLocationRequest the optional request object
290290 * @return object with the url to the CSV file
0 commit comments