Start Phone Call
openDialer()
Parameters
Type
Description
phoneNumber
String
The number that will be pre populated once the dialer is launched.
Opens the default phone app or dialer with the supplied phone number.
dialPhoneNumber()
Add the following to your AndroidManifest.xml
file.
Parameters
Type
Description
phoneNumber
String
The phone number to which the call will be started.
Starts a phone call to the provided phone number directly from your app.
Last updated