flutter_callkeep library

Classes

CallEvent
Holds the data for CallKeep call event
CallEventHandler
CallKeep
Instance to use library functions.
CallKeepAndroidConfig
The configurations needed for Android
CallKeepConfig
Holds the configuration for CallKeep plugin
CallKeepIosConfig
The configurations needed for Android
CallKeepPlatform
The interface that implementations of CallKeep must implement.

Enums

AvAudioSessionMode
AvAudioSession modes and descriptions can be found at https://developer.apple.com/documentation/avfaudio/avaudiosession/mode
CallKeepEventType
CallKitHandleType
The CallKit handle type

Functions

callKeepEventTypeFromName(String eventName) CallKeepEventType
callKitHandleTypeFromName(String name) CallKitHandleType
Parses a CallKitHandleType from a given string name

Typedefs

CallEventCallback = void Function(CallEvent callEvent)