Summary:
Methods
| Inherited Methods
HsdpDeepLinkServiceFactory
public
final
class
HsdpDeepLinkServiceFactory
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.hsdp.service.HsdpDeepLinkServiceFactory |
Entry point for triggering the Google Play inline install flow with persistent affordance.
Summary
Public methods | |
---|---|
static
HsdpDeepLinkService
|
create(Activity activity)
Creates the entry point for triggering the Google Play inline install flow with persistent affordance from the client app. |
Inherited methods | |
---|---|
Public methods
create
public static HsdpDeepLinkService create (Activity activity)
Creates the entry point for triggering the Google Play inline install flow with persistent affordance from the client app.
Parameters | |
---|---|
activity |
Activity : The activity to start the Google Play inline install deep link flow and used as
the host to show the persistent affordance.
|
Returns | |
---|---|
HsdpDeepLinkService |