Skip to content

t1k:unity:tof:iaaentry

FieldValue
Moduletof
Version2.2.2
Effortmedium
Tools

Keywords: ad-placement, iaa, interstitial, rewarded-ads, scriptable-object

/t1k:unity:tof:iaaentry

The IAA Entry Core feature provides In-App Advertising (IAA) management and control for Unity mobile games. It handles the configuration and conditions for showing interstitial ads based on player progress, win/loss counts, and level progression.

interface

  • IIAAConfig (IIAAConfig.cs)
  • IIAAEntryService (IAAEntryService.cs) class
  • IAAEntryConfig (IAAEntryConfig.cs)
  • IAAEntryConfigConvert (IAAEntryConfig.Convert.cs)
  • IAAEntryConfigToolModule (IAAEntryConfigToolModule.cs)
  • IAAEntryConfigValidator (IAAEntryConfigValidator.cs)
  • IAAEntryDefaultConfig (IAAEntryDefaultConfig.cs)
  • IAAEntryManagerVContainer (IAAEntryManagerVContainer.cs)
  • IAAEntryService (IAAEntryService.cs)
  • KeyConstants (KeyConstants.cs)
  • LevelConfig (LevelConfig.cs)
  • LevelWinLoseConfig (WinLoseConfig.cs)
  • WinLoseConfig (WinLoseConfig.cs)

None detected.

  • IAAEntryDefaultConfig
  1. Reference package TheOneFeature in your project.
  2. Register the IAAEntry services via VContainer (see Architecture).
  3. Configure any ScriptableObjects listed in Config section.
  4. Subscribe to signals listed in Signals / Events to react to state changes.

Detected public types (13): interface

  • IIAAConfig (IIAAConfig.cs)
  • IIAAEntryService (IAAEntryService.cs) class
  • IAAEntryConfig (IAAEntryConfig.cs)
  • IAAEntryConfigConvert (IAAEntryConfig.Convert.cs)
  • IAAEntryConfigToolModule (IAAEntryConfigToolModule.cs)
  • IAAEntryConfigValidator (IAAEntryConfigValidator.cs)
  • IAAEntryDefaultConfig (IAAEntryDefaultConfig.cs)
  • IAAEntryManagerVContainer (IAAEntryManagerVContainer.cs)
  • IAAEntryService (IAAEntryService.cs)
  • KeyConstants (KeyConstants.cs)
  • LevelConfig (LevelConfig.cs)
  • LevelWinLoseConfig (WinLoseConfig.cs)
  • WinLoseConfig (WinLoseConfig.cs)

Detected DI registrations:

  • IAAEntryService

Run with FEATURE_MATRIX/DEPENDENCY_GRAPH integration to fill.

(None reported yet — open an issue in The1Studio/theonekit-unity if you hit one.)

  • Source: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/IAAEntry/
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/IAAEntry/README.md
  • Doc: UnityTheOneFeatureProject/Packages/TheOneFeature/Core/Features/IAAEntry/CHANGELOG.md
  • Namespace: TheOne.Features.IAAEntry.Core.Editor, TheOne.Features.IAAEntry.Core.Constants, TheOne.Features.IAAEntry.Core.DI, TheOne.Features.IAAEntry.Core.Model.Configs, TheOne.Features.IAAEntry.Core.Model, TheOne.Features.IAAEntry.Core.Services