File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
iterableapi/src/main/java/com/iterable/iterableapi Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public void setNotificationIcon(String iconName) {
64
64
* @return Returns the requested payload data from the current push campaign if it exists.
65
65
*/
66
66
public String getPayloadData (String key ) {
67
- return (_payloadData != null ) ? _payloadData .getString (key , null ): null ;
67
+ return (_payloadData != null ) ? _payloadData .getString (key , null ): null ;
68
68
}
69
69
70
70
Context getMainActivityContext () {
@@ -98,7 +98,7 @@ void setNotificationData(IterableNotificationData data) {
98
98
99
99
100
100
101
- //region Public Fuctions
101
+ //region Public Functions
102
102
//---------------------------------------------------------------------------------------
103
103
/**
104
104
* Returns a shared instance of IterableApi. Updates the client data if an instance already exists.
@@ -182,7 +182,7 @@ public void onNewIntent(Intent intent) {
182
182
}
183
183
184
184
/**
185
- * Returns where or not the intent was sent from Iterable.
185
+ * Returns whether or not the intent was sent from Iterable.
186
186
*/
187
187
public boolean isIterableIntent (Intent intent ) {
188
188
if (intent != null ) {
@@ -386,7 +386,7 @@ protected void trackPushOpen(int campaignId, int templateId) {
386
386
}
387
387
388
388
/**
389
- * Internal api call made from IterablePushRegistrionGCM after a registration is completed.
389
+ * Internal api call made from IterablePushRegistrationGCM after a registration is completed.
390
390
* @param token
391
391
*/
392
392
protected void disablePush (String token ) {
You can’t perform that action at this time.
0 commit comments