FCXDidDisplayIncomingCall typedef

FCXDidDisplayIncomingCall = void Function(String uuid, FCXCallUpdate callUpdate)

Signature for callbacks reporting push received and handled in native code.

uuid is the unique identifier of the call. Note that this value is uppercased by the CallKit.

callUpdate is the FCXCallUpdate object passed to reportNewIncomingCallWithUUID method in native code.

Used in FCXPlugin.

Implementation

typedef void FCXDidDisplayIncomingCall(String uuid, FCXCallUpdate callUpdate);