- java.lang.Object
-
- com.gluonhq.attach.dialer.impl.IOSDialerService
-
- All Implemented Interfaces:
DialerService
public class IOSDialerService extends java.lang.Object implements DialerService
-
-
Constructor Summary
Constructors Constructor Description IOSDialerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(java.lang.String number)
Starts a phone call to the given number with the native dial application.
-
-
-
Method Detail
-
call
public void call(java.lang.String number)
Description copied from interface:DialerService
Starts a phone call to the given number with the native dial application.- Specified by:
call
in interfaceDialerService
- Parameters:
number
- A valid telephone number, without spaces, optionally including an international prefix.
-
-