Class TrackingParams

  • All Implemented Interfaces:
    android.os.Parcelable

    public class TrackingParams
    extends BaseListQueryParams
    Class for setting the query parameters of Tracking API. All Nullable parameters means you can remove the parameter by passing a null value.
    • Method Detail

      • setAction

        public void setAction​(@Nullable
                              java.lang.String action)
        Set the action of the message being tracked either delivered or opened
        Parameters:
        action - either delivered or opened
      • getAction

        @Nullable
        public java.lang.String getAction()
        Get the current Action
        Returns:
        Action stored