MSPolicyAcquisitionOptions enum

System operation control options.

Signature

typedef enum MSPolicyAcquisitionOptions : NSUInteger {
    Default = 0x0,
    OfflineOnly = 0x1
} MSPolicyAcquisitionOptions;

Members

Member Value Notes
Default
0
When specified, the SDK will attempt to perform the operation silently, and without using the network. This is not guaranteed.
OfflineOnly
1
When specified, the SDK will not show any UI (e.g. an email app can use this for trying to show a protected email on preview pane)

Defined in

MSUserPolicy.h

Supported Platforms

Minimum supported OS versions
iOS 7.0 and OS X 10.8