request Installed Partner Apps
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
A context.
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
A context.
The PlaytimeParams that holds the user acquisition (UA) paramaters and placement (optional).
A listener to notify you about the result of the request. (see .init).