Skip to content

capacitor-community/intune


Intune

@capacitor-community/intune

Microsoft Intune MAM/MDM Capacitor Plugin

Maintainers

Maintainer GitHub Social
Capacitor Community capacitor-community

Documentation

Installation

npm install @capacitor-community/intune
npx cap sync

See the Installation Guide for full details.

Configuration

Standard Intune configuration is required for both platforms.

Demo

A working example can be found in the example-app directory.

API

addListener(...)

addListener(eventName: 'appConfigChange', listenerFunc: () => void) => Promise<PluginListenerHandle> & PluginListenerHandle
Param Type
eventName "appConfigChange"
listenerFunc () => void

Returns: any


addListener(...)

addListener(eventName: 'policyChange', listenerFunc: () => void) => Promise<PluginListenerHandle> & PluginListenerHandle
Param Type
eventName "policyChange"
listenerFunc () => void

Returns: any


Interfaces

PluginListenerHandle

Prop Type
remove () => any

IntuneMAMUser

Prop Type
upn string

IntuneMAMAcquireTokenOptions

Prop Type
scopes {}

IntuneMAMAcquireToken

Prop Type
accessToken string
accountIdentifier string

IntuneMAMAcquireTokenSilentOptions

Prop Type
upn string

IntuneMAMRegisterAndEnrollAccountOptions

Prop Type
upn string

IntuneMAMAppConfig

IntuneMAMGroupName

Prop Type
value string

IntuneMAMPolicy

Prop Type
contactSyncAllowed boolean
pinRequired boolean
managedBrowserRequired boolean
screenCaptureAllowed boolean

IntuneMAMVersionInfo

Prop Type
version string

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors