SAPcpmsDefaultSteps
public class SAPcpmsDefaultSteps
// Definition of default SAPcpms steps
-
Defined array of SAPURLSession configuration steps Part of the default configuration steps are:
SAPcpmsSessionConfigurationStep,SAPcpmsCorrelationConfigurationStep,LanguageObserverConfigurationStepDeclaration
Swift
public static var configuration: [OnboardingStep] { get } -
Defined array of SAPcpms settings and configuration download steps Part of the default settings download steps are:
SAPcpmsSettingsDownloadStep,SAPcpmsDestinationsDownloadStepDeclaration
Swift
public static var settingsDownload: [OnboardingStep] { get } -
Defined array of SAPcpms settings and configuration apply steps during onboard Part of the default apply steps for onboarding are:
SAPcpmsLogSettingsApplyStep,SAPcpmsUsagePolicyApplyStep,SAPcpmsLockWipePolicyApplyStepDeclaration
Swift
public static var applyDuringOnboard: [OnboardingStep] { get } -
Defined array of SAPcpms settings and configuration apply steps during restore Part of the default apply steps for restoring are:
SAPcpmsLogSettingsApplyStep,SAPcpmsUsagePolicyApplyStep,PasscodePolicyApplyStep,SAPcpmsLockWipePolicyApplyStepDeclaration
Swift
public static var applyDuringRestore: [OnboardingStep] { get }