Platforms to show: All Mac Windows Linux Cross-Platform
CXCallDirectoryManagerMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CallKit | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | All |
You may need to write your call extension in Xcode.
- 3 events
- event getEnabledStatusForExtensionCompleted(identifier as string, enabledStatus as Integer, error as NSErrorMBS)
- event openSettingsCompleted(error as NSErrorMBS)
- event reloadExtensionCompleted(identifier as string, error as NSErrorMBS)
- property Handle as Integer
- 4 methods
- method Constructor
- method getEnabledStatusForExtension(Identifier as String)
- method openSettings
- method reloadExtension(Identifier as String)
- 2 shared methods
- shared method available as Boolean
- shared method sharedInstance as CXCallDirectoryManagerMBS
- 3 constants
Status
Constant | Value | Description |
---|---|---|
EnabledStatusDisabled | 1 |
Indicates that the extension is disabled. |
EnabledStatusEnabled | 2 |
Indicates that the extension is enabled. |
EnabledStatusUnknown | 0 |
Indicates that the enabled status for the extension is unknown. |
This class has no sub classes.
Blog Entries
- CallKit extension for Xojo iOS application
- News from the MBS Xojo Plugins Version 22.5
- MonkeyBread Software Releases the MBS Xojo Plugins in version 22.5
- MBS Xojo Plugins, version 22.5pr1
Xojo Developer Magazine
Release notes
- Version 22.5
- Added CXCallDirectoryManagerMBS class.
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS iOS Plugin.
