Skip to content

ws1-framework/com.airwatch.app

Package com.airwatch.app

Types

Name Summary
AWApplication abstract class AWApplication : AWSDKApplication
To support SDK Login and Authentication, applications (which extends android.app.Application) have to extend this class. In case, your application doesn't extend Application, your android.app.Application subclass should implement AWSDKApplication and use AWSDKApplicationDelegate for delegation
AWSDKApplication interface AWSDKApplication : AppSettingsContext, SDKLoginDataCollector, P2PContext, CommandProcessorContext, UnifiedPinContext, PushNotificationContext, BrandingProvider, IOnConfigurationChangeListener, SSLPinningContext, BeaconContext, CopyPasteContext, ClientTLSCertificateRotationListener
To support SDK Login and Authentication, application class (which extends android.app.Application) have to implement this. AWSDKApplicationDelegate should be used for delegation.
AWSDKApplicationDelegate class AWSDKApplicationDelegate : AWSDKApplication
Delegation class for AWSDKApplication interface to support the functioning of WS1 SDK Framework.