-
- All Implemented Interfaces:
-
com.batch.android.post.PostDataProvider
public class InboxSyncPostDataProvider implements PostDataProvider<JSONObject>
-
-
Constructor Summary
Constructors Constructor Description InboxSyncPostDataProvider(Collection<InboxCandidateNotificationInternal> candidates)
-
Method Summary
Modifier and Type Method Description JSONObjectgetRawData()Get modifiable raw data. Array<byte>getData()Get the data booleanisEmpty()Checks whether this provider is empty or not. StringgetContentType()Get the content type of the data -
-
Constructor Detail
-
InboxSyncPostDataProvider
InboxSyncPostDataProvider(Collection<InboxCandidateNotificationInternal> candidates)
-
-
Method Detail
-
getRawData
JSONObject getRawData()
Get modifiable raw data.The given data should be modifiable.
-
isEmpty
boolean isEmpty()
Checks whether this provider is empty or not.
-
getContentType
String getContentType()
Get the content type of the data
-
-
-
-