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;
- https://developer.android.com/reference/android/telecom/call.html
- 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
Post a Comment