Package io.rong.calllib
Class PhoneCallReceiver
-
- All Implemented Interfaces:
public abstract class PhoneCallReceiver
-
-
Constructor Summary
Constructors Constructor Description PhoneCallReceiver()
-
Method Summary
Modifier and Type Method Description void
onReceive(Context context, Intent intent)
void
onCallStateChanged(Context context, int state)
-
-
Method Detail
-
onReceive
void onReceive(Context context, Intent intent)
-
onCallStateChanged
void onCallStateChanged(Context context, int state)
-
-
-
-