We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e819d commit 8e8de49Copy full SHA for 8e8de49
iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java
@@ -84,7 +84,7 @@ public void setNotificationIcon(String iconName) {
84
setNotificationIcon(_context, iconName);
85
}
86
87
- public void setPushToken(String token) { _pushToken = token; }
+ protected void setPushToken(String token) { _pushToken = token; }
88
89
protected static void setNotificationIcon(Context context, String iconName) {
90
SharedPreferences sharedPref = ((Activity) context).getSharedPreferences(NOTIFICATION_ICON_NAME, Context.MODE_PRIVATE);
0 commit comments