Struct windows::ApplicationModel::Calls::PhoneCallManager
pub struct PhoneCallManager;
Implementations§
§impl PhoneCallManager
impl PhoneCallManager
pub fn ShowPhoneCallUI( phonenumber: &HSTRING, displayname: &HSTRING, ) -> Result<()>
pub fn CallStateChanged<P0>(handler: P0) -> Result<EventRegistrationToken>where
P0: Param<EventHandler<IInspectable>>,
pub fn RemoveCallStateChanged(token: EventRegistrationToken) -> Result<()>
pub fn IsCallActive() -> Result<bool>
pub fn IsCallIncoming() -> Result<bool>
pub fn ShowPhoneCallSettingsUI() -> Result<()>
pub fn RequestStoreAsync() -> Result<IAsyncOperation<PhoneCallStore>>
Auto Trait Implementations§
impl Freeze for PhoneCallManager
impl RefUnwindSafe for PhoneCallManager
impl Send for PhoneCallManager
impl Sync for PhoneCallManager
impl Unpin for PhoneCallManager
impl UnwindSafe for PhoneCallManager
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more