java.lang.Object | ||
↳ | com.google.android.gms.appindexing.Thing.Builder | |
↳ | com.google.android.gms.appindexing.Action.Builder |
Create a builder for an Action
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build the
Action object.
| |||||||||||
Specify optional properties of the content.
| |||||||||||
Specify optional properties of the content.
| |||||||||||
Specify the name of the content.
| |||||||||||
Specify the object of the action.
| |||||||||||
Specify the native app URL of the content.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Specify optional properties of the content.
key | The schema.org property. Must not be null. |
---|---|
value | The value of the schema.org property represented as a Thing .
If null, the value will be ignored.
|
Specify optional properties of the content.
key | The schema.org property. Must not be null. |
---|---|
value | The value of the schema.org property. If null, the value will be ignored. |
Specify the name of the content.
name | Name of the content. |
---|
Specify the native app URL of the content.
webUrl | Set the deep-link in the App Indexing format. |
---|