Mux Upload Sdk
This object allows you to get version info, enable logging, override the HTTP client, etc
Before using the SDK, you must call initialize.
Types
Functions
Initializes the SDK with the given Context. The Context instance isn't saved.
Creates a new Logger that logs to android logcat
Creates a new Logger that produces no output. It does nothing and discards all input. This is the default logger.
Use the specified logger for logging events in this SDK. This SDK produces no logs by default. If you need to debug your integration, you can add a logcatLogger or systemOutLogger or implement your own Logger for logging libs like Timber or Firebase Crashlytics
Use the specified OkHttpClient instead of the default internal okhttp client
Properties
Logs messages from the SDK. By default, no logging is performed To get logs from this SDK, use useLogger, eg: