Android SDK - start method
This method is used to start the tracker. By starting the tracker, the recording of the session starts.
Signature
Section titled SignatureOpenReplay.start(applicationContext: Context, projectKey: String, options: OROptions)
Initialization Options
Section titled Initialization OptionsAvailable options:
crashes: Bool
Enables crashlytics.analytics: Bool
Enabled analytics for views.performances: Bool
Enables performance listenerlogs: Bool
Enables logs listenerscreen: Bool
Enables screen recorderwifiOnly: Bool
Forces tracker to start only if user has a wifi connection
Default: all true