Android Programming Press on the image to return to the main documentation page.

AnswerCall

Written by XverhelstX

List of types:

AnswerCall

AnswerCall


Permissions:

android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.CHANGE_NETWORK_STATE
android.permission.ACCESS_COARSE_UPDATES
android.permission.READ_PHONE_STATE

Events:

None

Members:


  AnswerPhone

  disableSpeakerphone

  enableSpeakerphone

  HookUpPhone

  Initialize (EventName As String)

  isRinging As Boolean

  LetPhoneRing (Delay As Int)

Members description:

AnswerPhone
Answers the phone
disableSpeakerphone
disable the speaker phones.
enableSpeakerphone
Enables the speaker phones.
HookUpPhone
Hooks up the phone.
Initialize (EventName As String)
Initializes the BroadcastReceiver.
EventName - Events subs prefix.
isRinging As Boolean
Boolean if the phone is still ringing.
Return type: @return:
LetPhoneRing (Delay As Int)
Let the phone ring for a set delay
Top