This API is available on Firefox or Firefox OS for installed or higher privileged applications.
Summary
The MozActivityOptions
interface allows apps to declare the activity they want to create and also to access information of activities they want to handle.
When an application creates an activity by creating a MozActivity
object, it has to pass a MozActivityOptions
object. Then, when the activity is handled by the other application, a similar MozActivityOptions
option can be found through MozActivityRequestHandler.source
.
Interface overview
interface MozActivityOptions { readonly attribute DOMString name; readonly attribute object? data; };
Properties
MozActivityOptions.name
Read only- A string representing the name of the activity request.
MozActivityOptions.data
Read only- An arbitrary object representing data that were sent to the activity handler.
Methods
None
Specification
See also
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills,
fscholz,
MHasan,
kscarfone,
teoli,
Sheppy,
mounirlamouri,
Jeremie
Last updated by:
chrisdavidmills,