Interface Category

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface Category
     implements Parcelable
                        

    Represents a parsed <Category> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getAuthority() the uri for the organizational authority that produced the list being used to identify ad content category.
      abstract String getCategoryCode() the string that provides a category code or label that identifies the ad content category.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getAuthority

         abstract String getAuthority()

        the uri for the organizational authority that produced the list being used to identify ad content category.

      • getCategoryCode

         abstract String getCategoryCode()

        the string that provides a category code or label that identifies the ad content category.