opt: uniform name

This commit is contained in:
Kingtous
2023-02-06 12:14:20 +08:00
parent a601e3b241
commit 850c4bcbbf
4 changed files with 7 additions and 6 deletions

View File

@@ -706,7 +706,7 @@ pub trait InvokeUiSession: Send + Sync + Clone + 'static + Sized + Default {
fn cancel_msgbox(&self, tag: &str);
fn switch_back(&self, id: &str);
fn on_voice_call_start(&self);
fn on_voice_call_stop(&self, reason: &str);
fn on_voice_call_closed(&self, reason: &str);
fn on_voice_call_waiting(&self);
fn on_voice_call_incoming(&self);
}