hi,
is there a timer like class that can get a parameter ?
any lib that has that ? (I know I can build it myself using some external MAP or something like that)
I want to do something like this.
thanks
is there a timer like class that can get a parameter ?
any lib that has that ? (I know I can build it myself using some external MAP or something like that)
I want to do something like this.
B4X:
Sub PE_PhoneStateChanged(State As String, IncomingNumber As String, Intent As Intent)
t1.Initialize("checkLog",1000*5,IncomingNumber)
End Sub
Sub checkLog_Tick (num As String)
' do something with the phone number
End Sub
thanks