- handlePushOpen(String, boolean) - Static method in class com.parse4cn1.ParsePush
-
This method should be called by the native push implementation whenever the
app is about to be opened as a result of clicking a 'status bar' notification.
- handlePushReceivedBackground(String) - Static method in class com.parse4cn1.ParsePush
-
This method should be called by the native push implementation when a push
message is received and the app is judged to be running but not in the foreground
(as must be determined in native code).
- handlePushReceivedForeground(String) - Static method in class com.parse4cn1.ParsePush
-
This method should be called by the native push implementation when a push
message is received and the app is judged to be in the foreground (as must be
determined in native code).
- handlePushRegistrationStatus(String, int) - Static method in class com.parse4cn1.ParsePush
-
This method should be called by the native push implementation to report
the push notification registration status.
- handleUnprocessedPushReceived(String) - Static method in class com.parse4cn1.ParsePush
-
This method should be called by the native push implementation whenever there
is a push message that was not scheduled for 'status bar' notification,
e.g.
- has(String) - Method in class com.parse4cn1.ParseObject
-
Checks if the specified key
is defined for this Parse object.
- hasSameId(ParseObject) - Method in class com.parse4cn1.ParseObject
-
Checks if this ParseObject has the same class name and objectId as this
one.
- HEADER_APPLICATION_ID - Static variable in class com.parse4cn1.ParseConstants
-
- HEADER_CLIENT_KEY - Static variable in class com.parse4cn1.ParseConstants
-
- HEADER_CONTENT_TYPE - Static variable in class com.parse4cn1.ParseConstants
-
- HEADER_SESSION_TOKEN - Static variable in class com.parse4cn1.ParseConstants
-