withMobileConfig method
Sets the mobile-specific configuration.
Provides configuration options specific to mobile platforms (Android/iOS) such as lifecycle tracking, screen view recording, and database settings.
mobileConfig
- The mobile configuration to use.
Returns this RudderConfigBuilder instance for method chaining.
Implementation
RudderConfigBuilder withMobileConfig(MobileConfig mobileConfig) {
__mobileConfig = mobileConfig;
return this;
}