Skip to content

Commit 8e8de49

Browse files
committed
removed public access to setPushToken
1 parent 76e819d commit 8e8de49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void setNotificationIcon(String iconName) {
8484
setNotificationIcon(_context, iconName);
8585
}
8686

87-
public void setPushToken(String token) { _pushToken = token; }
87+
protected void setPushToken(String token) { _pushToken = token; }
8888

8989
protected static void setNotificationIcon(Context context, String iconName) {
9090
SharedPreferences sharedPref = ((Activity) context).getSharedPreferences(NOTIFICATION_ICON_NAME, Context.MODE_PRIVATE);

0 commit comments

Comments
 (0)