grantPlatformModule

actual val grantPlatformModule: <Error class: unknown class>

Android-specific DI module for grant management.

Provides PlatformGrantDelegate that handles all Android grant requests using Android ActivityResultContracts API.

Requirements:

  • Android Context must be provided by the app's DI setup

expect val grantPlatformModule: <Error class: unknown class>

Platform-specific DI module.

Provides platform dependencies:

  • Android: Context, PlatformGrantDelegate

  • iOS: PlatformGrantDelegate

actual val grantPlatformModule: <Error class: unknown class>

iOS-specific DI module for grant management.

Provides PlatformGrantDelegate that handles all iOS grant requests using native iOS frameworks (AVFoundation, CoreLocation, etc.).