Class

atom.content

Intent

Related Doc: package content

Permalink

final class Intent extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Intent
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Intent(anAction: String, category: String)

    Permalink
  2. new Intent(anAction: String)

    Permalink
  3. new Intent()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addCategory(category: String): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(object: Any): Boolean

    Permalink
    Definition Classes
    Intent → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAction(): String

    Permalink
  11. def getCategories(): List[String]

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getComponentId(): ComponentId

    Permalink
  14. def getData(): String

    Permalink
  15. def getExtras(): Map[String, AnyRef]

    Permalink
  16. def getLocaleExtra(key: String, defaultValue: Locale): Locale

    Permalink
  17. def getObjectExtra(key: String, defaultValue: Any): AnyRef

    Permalink
  18. def getStringArrayExtra(key: String, defaultValue: <repeated...>[String]): Array[String]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    Intent → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def putExtra(key: String, value: Locale): Unit

    Permalink
  25. def putExtra(key: String, value: Any): Unit

    Permalink
  26. def setAction(anAction: String): Unit

    Permalink
  27. def setCategories(set: List[String]): Unit

    Permalink
  28. def setComponentId(aComponentId: ComponentId): Unit

    Permalink
  29. def setData(uri: String): Unit

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    Intent → AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped