@capacitor-community/intune
Microsoft Intune MAM/MDM Capacitor Plugin
npm install @capacitor-community/intune
npx cap sync
See the Installation Guide for full details.
Standard Intune configuration is required for both platforms.
A working example can be found in the example-app directory.
addListener ( eventName : 'appConfigChange' , listenerFunc : ( ) = > void ) => Promise < PluginListenerHandle > & PluginListenerHandle
Param
Type
eventName
"appConfigChange"
listenerFunc
() => void
Returns: any
addListener ( eventName : 'policyChange' , listenerFunc : ( ) = > void ) => Promise < PluginListenerHandle > & PluginListenerHandle
Param
Type
eventName
"policyChange"
listenerFunc
() => void
Returns: any
Prop
Type
remove
() => any
IntuneMAMAcquireTokenOptions
Prop
Type
accessToken
string
accountIdentifier
string
IntuneMAMAcquireTokenSilentOptions
IntuneMAMRegisterAndEnrollAccountOptions
Prop
Type
contactSyncAllowed
boolean
pinRequired
boolean
managedBrowserRequired
boolean
screenCaptureAllowed
boolean