CleverTapSignedCallFlutter class
Plugin class to handle the communication b/w the flutter app and Signed Call Native SDKs(Android/iOS)
Properties
-
callEventListener
→ Stream<
CallEvent> -
Returns the listener to listen the call-events stream
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
missedCallActionClickListener
→ Stream<
MissedCallActionClickResult> -
Returns the listener to listen the call-events stream
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
{required String receiverCuid, required String callContext, Map< String, dynamic> ? callOptions, required SignedCallVoIPCallHandler voIPCallHandler}) → Future<void> - Initiates a VoIP call
-
hangUpCall(
) → Future< void> - Ends the active call, if any.
-
init(
{required Map< String, dynamic> initProperties, required SignedCallInitHandler initHandler}) → Future<void> - Initializes the Signed Call SDK
-
logout(
) → Future< void> - Logs out the user from the Signed Call SDK session
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDebugLevel(
LogLevel level) → Future< void> - Enables or disables debugging. If enabled, see debug messages logcat utility. Debug messages are tagged as CleverTap.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
no setter