You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-android-sdk-pinpoint/src/main/java/com/amazonaws/mobileconnectors/pinpoint/targeting/notification/NotificationClient.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -183,8 +183,7 @@ public CampaignPushResult handleFCMCampaignPush(final String from,
183
183
*
184
184
* @param from the from string received by the GCM service
185
185
* @param data the bundle received from the GCM service
186
-
* @param serviceClass the class extending GCMListenerService that handles
187
-
* receiving GCM messages.
186
+
* @param serviceClass No longer used due to Android 12 restrictions
188
187
* @return {@link PushResult}.
189
188
*
190
189
* @deprecated Use {@link #handleCampaignPush(NotificationDetails)} instead.
@@ -195,7 +194,6 @@ public CampaignPushResult handleGCMCampaignPush(final String from, final Bundle
Copy file name to clipboardExpand all lines: aws-android-sdk-pinpoint/src/main/java/com/amazonaws/mobileconnectors/pinpoint/targeting/notification/NotificationDetails.java
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ public static NotificationDetailsBuilder builder() {
0 commit comments