requestPartnerApps

Requests a list of partner apps which the user would see in the catalog.

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

The FrameLayout container is required to load information for the partner apps. It should be invisible to the user and have a size of 1x1dp. You can use the playtime_webview_container for this purpose and add it to your layout.



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.

container

An View.INVISIBLE FrameLayout with size 1x1dp.

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).


Requests a list of partner apps which the user would see in the catalog.

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

The FrameLayout container is required to load information for the partner apps. It should be invisible to the user and have a size of 1x1dp. You can use the ``playtime_webview_container} for this purpose and add it to your layout.



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.

container

An View.INVISIBLE FrameLayout with size 1x1dp.

listener

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