B4A Question Get outgoing Call number?? - ilan    May 23, 2016 hi
i am using this code to get the outgoing call number (via a service)
If startingIntent.Action..., is there another way to get the outgoing call Number without using the (not very much sympathetic... B4A Question outgoing call number - pappicio (first post)    Apr 29, 2013 The BroadcastReceiver library allows you to set the ResultData property.
I recommend you to go ov... B4A Library Firebase phone number authentication - Enrico Fuoti    Dec 17, 2022   (36 reactions) Here is my second lib, a wrap to integrate firebase auth phone number authentication. It is working nicely on my app. for reference visit: Authenticate with Firebase on Android using a Phone Number FirebaseAuthPhone Version: 1.9 Events: phoneverification (success As Boolean, info As String... As String) Methods: Initialize (eventName As String) startPhoneNumberVerification (phoneNumber As String) verifyPhoneNumberWithCode (verificationId As String, code As String) currentToken () SignOut... B4A Question outcomingNumber in PhoneStateChanged - Erel (first post)    Jul 19, 2013 The outgoing number is not included in this intent.
See these discussions:
http://www.b4x.com/search?query=outgoing+number... B4A Question delay in handle outgoing call - Cemil TANIK (first post)    Dec 29, 2015 I am very new to b4a and I Also Need to handle the outgoing call number. I succeed for incoming call that uses PE_PhoneStateChanged.
I Tried to above code to get "outgoing call number" but BroadcastReceiver_OnReceive sub is not firing. please help me... B4A Question SDK33 - how to get unique number of phone - petr4ppc    Mar 22, 2023 Dear friends, please for advice, I think this question is not first here, but I can not find similar question, please for advice how to get unique number of smartphone if I am using sdk 33 with B4A? Best regards p4ppc... B4A Library [B4X] B4XFormatter - Advanced number formatter - Erel    May 21, 2023   (38 reactions)   tags: B4X Advanced number forma, Number Format, Forms B4XFormatter is an alternative to NumberFormat / NumberFormat2 keywords. It is implemented in... negative numbers: formatter.Initialize Dim DefaultFormat As B4XFormatData = formatter.GetDefaultFormat... once and later use it to format numbers in different ranges. There are two 'format' methods: Format - Formats a number and returns a string. FormatLabel - Formats a number and sets.... You can add as many formats as you need. When a number is formatted it goes over the list of formats... B4i Library iPhoneNumber - validate phone numbers - Erel    Nov 18, 2025   (5 reactions) This is a compilation of this open source project: https://github.com/iziz/libPhoneNumber-iOS
Usage:
Add to main module
#AdditionalLib: iPhoneNumber.xcframework.b4i
Validate:
Log(IsNumberValid("(800) 555‑0199", "US"))
Private Sub IsNumberValid(Number As String...("NBPhoneNumberUtil").RunMethod("sharedInstance", Null)
Dim PhoneNumber As NativeObject = util... B4A Question How to detect call state? - peacemaker (first post)    Oct 25, 2011 Erel, PhoneStateChanged (State As String, IncomingNumber As String, Intent As Intent) no possibility to get outgoing number user is calling ? Or just finished to call ?... B4A Question end outgoing call - tuhatinhvn    Jul 27, 2013 .Target = TelephonyInterface r.RunMethod("endCall") End Sub But outgoing call in java only use Logger.d("PhoneStateReceiver **Outgoing call " + outgoingNumber); setResultData(null); // Kills the outgoing call I dont know use Refector to run method setResultData...I dont know how to end outgoing call If ingoing call i use Sub KillCall Dim r As Reflector r.Target = r.GetContext Dim TelephonyManager, TelephonyInterface As Object... Page: 1   2   3   4   5   6   7   |