Class ChallengeHeaders

  • All Implemented Interfaces:
    android.os.Parcelable

    public class ChallengeHeaders
    extends BaseParams
    Class for setting the headers of Challenges API All Nullable parameters means you can remove the parameter by passing a null value.
    • Constructor Detail

      • ChallengeHeaders

        public ChallengeHeaders()
    • Method Detail

      • setLocation

        public void setLocation​(java.lang.String latLong)
        Set the location
        Parameters:
        latLong - latitude and longitude
      • getLocation

        public java.lang.String getLocation()
        Returns the location
        Returns:
        location