GrantFactory
object GrantFactory
A static factory for creating GrantManager instances without a Dependency Injection framework.
Use this for "Manual Injection" if your project does not use Koin or other DI tools.
Usage Example (Android)
val grantManager = GrantFactory.create(applicationContext)Content copied to clipboard
Usage Example (iOS)
val grantManager = GrantFactory.create()Content copied to clipboard
Functions
Link copied to clipboard
Creates and returns a production-ready GrantManager instance.