SASManager Context
Provides hooks and configuration for common SAS Visual Analytics actions. Used to initialize a SASManager instance.
Since
8.30
Properties
An optional AuthProvider to provide authentication details, or null to follow standard authentication flow for all connections.
The FileHandler to use for all file I/O throughout the app, or null to use a default (direct) implementation. Some mobile device management (MDM) APIs might require a custom FileHandler to tightly control file I/O.
The HttpHandler to handle all HTTP/HTTPS traffic in the app, or null to use a default implementation. Some mobile device management (MDM) APIs might require a custom HttpHandler to tightly control network I/O.
True to intercept and redirect all I/O requests from WebViews through the HttpHandler, or false to instruct the WebViews to load network requests directly.
The shared preferences to use throughout the app, or null to use the default SharedPreferences. Some mobile device management (MDM) APIs might require a SharedPreferences instance with tightly controlled I/O.
The ShareHandler to share data from the app, or null to use the default OS mechanisms to share data. Some mobile device management (MDM) APIs might require a custom ShareHandler to tightly control data sharing.