java.lang.Object | ||
↳ | com.google.android.gms.appindexing.Thing.Builder | |
↳ | com.google.android.gms.appindexing.Action.Builder |
This class is deprecated.
Please Migrate to the
Firebase App Indexing API
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build the
Action object. | |||||||||||
Sets a property of the action.
| |||||||||||
Sets properties of the action.
| |||||||||||
Sets a property of the action.
| |||||||||||
Sets properties of the action.
| |||||||||||
Sets a property of the action.
| |||||||||||
Specify the status of the action.
| |||||||||||
Sets the name of the action.
| |||||||||||
Sets the object of the action.
| |||||||||||
Sets the app URI of the action.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Parameters | |
---|---|
actionType |
String
|
Sets a property of the action.
Parameters | |
---|---|
key |
String :
The schema.org property. Must not be null. |
value |
Thing :
The value of the schema.org property represented as a Thing . If null,
the value will be ignored.
|
Returns | |
---|---|
Action.Builder |
Sets properties of the action.
Parameters | |
---|---|
key |
String :
The schema.org property. Must not be null. |
values |
Thing :
The array of values represented as a Thing . If null, the values will be
ignored.
|
Returns | |
---|---|
Action.Builder |
Sets a property of the action.
Parameters | |
---|---|
key |
String :
The schema.org property. Must not be null. |
value |
String :
The value of the schema.org property. If null, the value will be ignored.
|
Returns | |
---|---|
Action.Builder |
Sets properties of the action.
Parameters | |
---|---|
key |
String :
The schema.org property. Must not be null. |
values |
String :
The array of string values. If null, the values will be ignored.
|
Returns | |
---|---|
Action.Builder |
Sets a property of the action.
Parameters | |
---|---|
key |
String :
The schema.org property. Must not be null. |
value |
boolean :
The value of the schema.org property.
|
Returns | |
---|---|
Action.Builder |
Sets the object of the action.
Parameters | |
---|---|
thing |
Thing :
The object of the action. Must not be null.
|
Returns | |
---|---|
Action.Builder |
Sets the app URI of the action.
Parameters | |
---|---|
url |
Uri :
The app URI of the action in the App Indexing format.
|
Returns | |
---|---|
Action.Builder |