com.google.android.gms.appindexing.AppIndexApi |
This interface is deprecated.
Please Migrate to the Firebase
App Indexing API
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppIndexApi.ActionResult |
This interface is deprecated.
Use start(GoogleApiClient, Action) and end(GoogleApiClient, Action) .
|
||||||||||
AppIndexApi.AppIndexingLink | This class is deprecated. No replacement. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
start(GoogleApiClient, Action) instead. | |||||||||||
Indicates that the user has ended a specific action in your app.
| |||||||||||
Indicates that the user has started a specific action in your app.
| |||||||||||
This method is deprecated.
Use
start(GoogleApiClient, Action) instead. | |||||||||||
This method is deprecated.
Use
start(GoogleApiClient, Action) instead. | |||||||||||
This method is deprecated.
Use
end(GoogleApiClient, Action) instead. | |||||||||||
This method is deprecated.
Use
start(GoogleApiClient, Action) instead. |
This method is deprecated.
Use start(GoogleApiClient, Action)
instead.
Parameters | |
---|---|
apiClient |
GoogleApiClient
|
action |
Action
|
Returns | |
---|---|
AppIndexApi.ActionResult |
Indicates that the user has ended a specific action in your app.
This method should be called for instantaneous actions such as TYPE_BOOKMARK
,
TYPE_LIKE
, TYPE_WANT
.
Parameters | |
---|---|
apiClient |
GoogleApiClient :
The GoogleApiClient configured to use the API . The
client should be connecting or connected. |
action |
Action :
The Action performed by the user within the app. |
Returns | |
---|---|
PendingResult<Status> |
The PendingResult which can optionally be used to determine if the call
succeeded.
|
Indicates that the user has started a specific action in your app.
Parameters | |
---|---|
apiClient |
GoogleApiClient :
The GoogleApiClient configured to use the API . The
client should be connecting or connected. |
action |
Action :
The Action performed by the user within the app. |
Returns | |
---|---|
PendingResult<Status> |
The PendingResult which can optionally be used to determine if the call
succeeded.
|
This method is deprecated.
Use start(GoogleApiClient, Action)
instead.
Parameters | |
---|---|
apiClient |
GoogleApiClient
|
activity |
Activity
|
viewIntent |
Intent
|
title |
String
|
webUrl |
Uri
|
outLinks |
List
|
Returns | |
---|---|
PendingResult<Status> |
This method is deprecated.
Use start(GoogleApiClient, Action)
instead.
Parameters | |
---|---|
apiClient |
GoogleApiClient
|
activity |
Activity
|
appUri |
Uri
|
title |
String
|
webUrl |
Uri
|
outLinks |
List
|
Returns | |
---|---|
PendingResult<Status> |
This method is deprecated.
Use end(GoogleApiClient, Action)
instead.
Parameters | |
---|---|
apiClient |
GoogleApiClient
|
activity |
Activity
|
viewIntent |
Intent
|
Returns | |
---|---|
PendingResult<Status> |
This method is deprecated.
Use start(GoogleApiClient, Action)
instead.
Parameters | |
---|---|
apiClient |
GoogleApiClient
|
activity |
Activity
|
appUri |
Uri
|
Returns | |
---|---|
PendingResult<Status> |