Using Android API23 Call and Call.Details Class to get Disconnect Cause for Calls -


all trying reason why call disconnected. have searched unable find solution api level under 23. in api 23 have;

  1. https://developer.android.com/reference/android/telecom/call.html
  2. https://developer.android.com/reference/android/telecom/call.details.html

call.details.getdisconnectcause() returns disconnect cause object unable understand how can use use call class or details class or broadcasts use these objects(if any).

so there broadcast have handle returns call states in extras? or there way use class?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -