requestInstalledPartnerApps

Requests a list of partner apps which the user has installed.

You can get the list from PlaytimeCampaignResponse.getPartnerApps which is passed as an argument to PlaytimeCampaignListener.onCampaignsReceived when the request succeeds.

Note: you should not persist the apps in any way but instead request them again every time you need them.

Note: this is a feature of the advanced integration.

Parameters

context

A context.

listener

A listener to notify you about the result of the request. (see .init).


Requests a list of partner apps which the user has installed.

You can get the list from PlaytimeCampaignResponse.getPartnerApps which is passed as an argument to PlaytimeCampaignListener.onCampaignsReceived when the request succeeds.

Note: you should not persist the apps in any way but instead request them again every time you need them.

Note: this is a feature of the advanced integration.

Parameters

ctx

A context.

params

The PlaytimeParams that holds the user acquisition (UA) paramaters and placement (optional).

listener

A listener to notify you about the result of the request. (see .init).