teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.
https://source.teogor.dev/ceres
Apache License 2.0
65 stars 4 forks source link

Enhance AdRequestOptions Extension Functions #161

Closed teogor closed 1 year ago

teogor commented 1 year ago

This PR introduces enhancements to the extension functions for configuring AdRequestOptions related to ad content ratings and compliance with various app categories.

Changes Made

Refinement of Existing Extension Functions

The existing extension functions for configuring AdRequestOptions have been refined and extended to include additional scenarios. The following extension functions are now available:

These extension functions provide a streamlined way to set the appropriate content rating and treatment options for ads, ensuring compliance with policies and regulations across different app categories.

How to Use

You can utilize the extension functions to configure AdRequestOptions for various app categories as needed. The method for configuring AdRequestOptions depends on your context:

Choose the appropriate method based on your context to configure AdRequestOptions for your application's specific requirements.

This allows you to easily set the appropriate ad content rating and treatment options for ads within your application.

teogor commented 1 year ago

New Features Added:

Compliance with Google Play Service and AdMob Policies:

These extension functions have been designed to ensure compliance with Google Play Service and AdMob policies, especially with regard to the ad content rating and child-directed treatment settings. When using these functions, developers can be confident that their apps meet the required criteria for the specified audience age groups and adhere to both platform's policies.