Class ExternalUserId

java.lang.Object
org.prebid.mobile.ExternalUserId

public class ExternalUserId extends Object
User id object from an external third-party source for additional targeting.
  • Constructor Details

    • ExternalUserId

      public ExternalUserId(String source, String identifier, Integer atype, Map<String,Object> ext)
      Initialize ExternalUserId Class - Parameter source: Source of the External User Id String. - Parameter identifier: String of the External User Id. - Parameter atype: (Optional) Integer of the External User Id. - Parameter ext: (Optional) Map of the External User Id.
  • Method Details

    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String identifier)
    • getAtype

      public Integer getAtype()
    • setAtype

      public void setAtype(Integer atype)
    • getExt

      public Map<String,Object> getExt()
    • setExt

      public void setExt(Map<String,Object> ext)
    • getJson

      public org.json.JSONObject getJson()
    • toString

      public String toString()
      Overrides:
      toString in class Object