java.lang.Object | ||
↳ | com.google.android.gms.appindexing.Thing | |
↳ | com.google.android.gms.appindexing.Action |
This class is deprecated.
Please Migrate to the Firebase
App Indexing API
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Action.Builder | This class is deprecated. Please Migrate to the Firebase App Indexing API |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | STATUS_TYPE_ACTIVE | The status of an active action (i.e. an action that has started but not yet completed). | |||||||||
String | STATUS_TYPE_COMPLETED | The status of a completed action. | |||||||||
String | STATUS_TYPE_FAILED | The status of a failed action. | |||||||||
String | TYPE_ACTIVATE | The act of starting or activating a device or application. | |||||||||
String | TYPE_ADD | The act of editing by adding an object to a collection. | |||||||||
String | TYPE_BOOKMARK | The act of bookmarking an object. | |||||||||
String | TYPE_COMMUNICATE | The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation. | |||||||||
String | TYPE_FILM | The act of capturing sound and moving images on film, video, or digitally. | |||||||||
String | TYPE_LIKE | The act of liking an object. | |||||||||
String | TYPE_LISTEN | The act of consuming audio content. | |||||||||
String | TYPE_PHOTOGRAPH | The act of capturing still images of objects using a camera. | |||||||||
String | TYPE_RESERVE | The act of making a reservation at a business such as a restaurant. | |||||||||
String | TYPE_SEARCH | The act of searching for an object. | |||||||||
String | TYPE_VIEW | The act of consuming static visual content. | |||||||||
String | TYPE_WANT | The act of expressing a desire about the object. | |||||||||
String | TYPE_WATCH | The act of watching an object. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new action.
| |||||||||||
Creates a new action.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The status of an active action (i.e. an action that has started but not yet completed).
The status of a completed action.
The status of a failed action.
The act of starting or activating a device or application.
The act of editing by adding an object to a collection.
The act of bookmarking an object.
The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.
The act of capturing sound and moving images on film, video, or digitally.
The act of liking an object.
The act of consuming audio content.
The act of capturing still images of objects using a camera.
The act of making a reservation at a business such as a restaurant.
The act of searching for an object.
The act of consuming static visual content.
The act of expressing a desire about the object.
The act of watching an object.
Creates a new action.
Parameters | |
---|---|
actionType |
String :
The schema.org action type (e.g. "http://schema.org/ListenAction"). |
objectName |
String :
The name of the content, must not be null. For more information, visit these guidelines for
providing a descriptive name. |
objectId |
Uri :
The equivalent web url for the content, if available. Can be null. |
objectAppUri |
Uri :
The app URI of the content, must not be null. The URI must be in the App
Indexing format.
|
Returns | |
---|---|
Action |
Creates a new action.
Parameters | |
---|---|
actionType |
String :
The schema.org action type (e.g. "http://schema.org/ListenAction"). |
objectName |
String :
The name of the content, must not be null. For more information, visit these guidelines for
providing a descriptive name. |
objectAppUri |
Uri :
The app URI of the content, must not be null. The URI must be in the App
Indexing format.
|
Returns | |
---|---|
Action |