Package 

Class PhoneImpl

  • All Implemented Interfaces:
    com.kaspersky.kaspresso.device.phone.Phone

    
    public final class PhoneImpl
     implements Phone
                        

    The implementation of the Phone interface.

    • Method Summary

      Modifier and Type Method Description
      Unit emulateCall(String number) Emulates incoming call.
      Unit cancelCall(String number) Cancels incoming call.
      Unit receiveSms(String number, String text) Emulates receiving an SMS from number.
      • Methods inherited from class com.kaspersky.kaspresso.device.phone.Phone

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait