pub trait IContactCallActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl + IContactActivatedEventArgs_Impl {
    // Required methods
    fn ServiceId(&self) -> Result<HSTRING>;
    fn ServiceUserId(&self) -> Result<HSTRING>;
    fn Contact(&self) -> Result<Contact>;
}

Required Methods§

fn ServiceId(&self) -> Result<HSTRING>

fn ServiceUserId(&self) -> Result<HSTRING>

fn Contact(&self) -> Result<Contact>

Object Safety§

This trait is not object safe.

Implementors§