Package 

Class ParametersPostDataProvider

    • Method Summary

      Modifier and Type Method Description
      Map<String, String> getRawData() Get modifiable raw data.
      Array<byte> getData() Get the data
      String getContentType() Get the content type of the data
      boolean isEmpty() Checks whether this provider is empty or not.
      • Methods inherited from class com.batch.android.post.PostDataProvider

        getRawData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParametersPostDataProvider

        ParametersPostDataProvider()
        Create a provider with empty parameters
      • ParametersPostDataProvider

        ParametersPostDataProvider(Map<String, String> params)
        Create a provider with given parameters