listen_call

Last updated:

0 purchases

listen_call Image
listen_call Images
Add to Cart

Description:

listen call

listen_call #
support background listen call phone event in android
Permission
/// requestPhonePermission
ListenCall.requestPhonePermission;
copied to clipboard
background listen
/// callback function
int a = 0;
Future onPhoneCall(e) async {
print(["onPhoneCall", e, a++]);
print([
callPhoneInfo["state"] as int,
callPhoneInfo["incomingNumber"] as String,
callPhoneInfo["deviceName"] as String
]);
}

/// init
ListenCall.initBackgroundCall(onPhoneCall);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.