flutter_callkit_voximplant library
Copyright (c) 2011-2020, Zingaya, Inc. All rights reserved.
Classes
- FCXAction
- Dart representation of CXAction from iOS CallKit Framework.
- FCXAnswerCallAction
- Dart representation of CXAnswerCallAction from iOS CallKit Framework.
- FCXCall
- Dart representation of CXCall from iOS CallKit Framework.
- FCXCallAction
- Dart representation of CXCallAction from iOS CallKit Framework.
- FCXCallController
- Dart representation of CXCallController from iOS CallKit Framework.
- FCXCallDirectoryManager
-
Dart representation of
CXCallDirectoryManager
from iOS CallKit Framework. - FCXCallDirectoryPhoneNumber
- Dart representation of 'FCXCallDirectoryPhoneNumber' from the native iOS code.
- FCXCallKitCallDirectoryManagerError
- Errors thrown by the CallKit on interacting with a call directory manager.
- FCXCallKitError
- Errors thrown by the CallKit.
- FCXCallKitIncomingCallError
- Errors thrown by the CallKit on incoming call.
- FCXCallKitRequestTransactionError
- Errors thrown by the CallKit on request transaction.
- FCXCallObserver
- Dart representation of CXCallObserver from iOS CallKit Framework.
- FCXCallUpdate
- Dart representation of CXCallUpdate from iOS CallKit Framework.
- FCXEndCallAction
- Dart representation of CXEndCallAction from iOS CallKit Framework.
- FCXHandle
- Dart representation of CXHandle from iOS CallKit Framework
- FCXIdentifiablePhoneNumber
-
Dart representation of
FCXIdentifiablePhoneNumber
from native iOS code. - FCXPlayDTMFCallAction
- Dart representation of CXPlayDTMFCallAction from iOS CallKit Framework.
- FCXPlugin
- The entry point of the Flutter CallKit SDK.
- FCXPluginError
- Errors thrown by the plugin itself.
- FCXProvider
- Dart representation of CXProvider from iOS CallKit Framework.
- FCXProviderConfiguration
- Dart representation of CXProviderConfiguration from iOS CallKit Framework.
- FCXSetGroupCallAction
- Dart representation of CXSetGroupCallAction from iOS CallKit Framework.
- FCXSetHeldCallAction
- Dart representation of CXSetHeldCallAction from iOS CallKit Framework.
- FCXSetMutedCallAction
- Dart representation of CXSetMutedCallAction from iOS CallKit Framework.
- FCXStartCallAction
- Dart representation of CXStartCallAction from iOS CallKit Framework.
- FCXTransaction
- Dart representation of CXTransaction from iOS CallKit Framework.
Extensions
- FCXPlugin_CallDirectoryExtension
-
Dart representation of
FlutterCallkitPlugin
CallDirectory related methods from the native iOS code.
Enums
- FCXCallDirectoryManagerEnabledStatus
-
Dart representation of
CXCallDirectoryManager.EnabledStatus
from iOS CallKit Framework. - FCXCallEndedReason
- Reasons for a call to end, as reported by the FCXProvider.reportCallEnded.
- FCXHandleType
- The possible types of handles.
- FCXLogLevel
- Represents possible log levels of the FCXPlugin.
- FCXPlayDTMFCallActionType
- The types of events that generate dial tones.
Typedefs
- FCXCallChanged = void Function(FCXCall call)
- Signature for callbacks reporting when a call is changed.
- FCXDidDisplayIncomingCall = void Function(String uuid, FCXCallUpdate callUpdate)
- Signature for callbacks reporting push received and handled in native code.
- FCXExecuteTransaction = bool Function(FCXTransaction transaction)
- Signature for callbacks reporting when a transaction is executed by a call controller.
- FCXPerformAnswerCallAction = void Function(FCXAnswerCallAction action)
- Signature for callbacks reporting when the provider performs the specified answer call action.
- FCXPerformEndCallAction = void Function(FCXEndCallAction action)
- Signature for callbacks reporting when the provider performs the specified end call action.
- FCXPerformPlayDTMFCallAction = void Function(FCXPlayDTMFCallAction action)
- Signature for callbacks reporting when the provider performs the specified play DTMF (dual tone multifrequency) call action.
- FCXPerformSetGroupCallAction = void Function(FCXSetGroupCallAction action)
- Signature for callbacks reporting when the provider performs the specified set group call action.
- FCXPerformSetHeldCallAction = void Function(FCXSetHeldCallAction action)
- Signature for callbacks reporting when the provider performs the specified set held call action.
- FCXPerformSetMutedCallAction = void Function(FCXSetMutedCallAction action)
- Signature for callbacks reporting when the provider performs the specified set muted call action.
- FCXPerformStartCallAction = void Function(FCXStartCallAction action)
- Signature for callbacks reporting when the provider performs the specified start call action.
- FCXProviderDidActivateAudioSession = void Function()
- Signature for callbacks reporting when the provider’s audio session is activated.
- FCXProviderDidBegin = void Function()
- Signature for callbacks reporting when the provider begins.
- FCXProviderDidDeactivateAudioSession = void Function()
- Signature for callbacks reporting when the provider’s audio session is deactivated.
- FCXProviderDidReset = void Function()
- Signature for callbacks reporting when the provider is reset.
- FCXTimedOutPerformingAction = void Function(FCXAction action)
- Signature for callbacks reporting when the provider performs the specified action times out.