[MonoTouch] REgister when call is finished?

René Ruppert rene.ruppert at googlemail.com
Fri Dec 2 11:06:02 EST 2011


To my knowledge there is no such event or other support for what you want to
do.
But you could store the time when your app gets pushed to background and
also when it gets activated again. The difference will be the time of the
call.
The methods you need to override are WillEnterBackground() and
DidBecomeActive().

René

-----Ursprüngliche Nachricht-----
Von: monotouch-bounces at lists.ximian.com
[mailto:monotouch-bounces at lists.ximian.com] Im Auftrag von MojoDK
Gesendet: Freitag, 2. Dezember 2011 16:07
An: monotouch at lists.ximian.com
Betreff: [MonoTouch] REgister when call is finished?

Hi,

I'm creating a program for my corporate users. 

In my app, they have to press a button, that will start a phone call and a
timer. When they are done calling I need to see the duration off the call.

Is it possible to make a call and get an event when it is finished?

Thanks!
Mojo

--
View this message in context:
http://monotouch.2284126.n4.nabble.com/REgister-when-call-is-finished-tp4147
464p4147464.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
MonoTouch at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch



More information about the MonoTouch mailing list