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: [email protected] [mailto:[email protected]] Im Auftrag von MojoDK Gesendet: Freitag, 2. Dezember 2011 16:07 An: [email protected] 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 [email protected] http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
