pub struct PushNotificationChannelManager;
Implementations§
§impl PushNotificationChannelManager
impl PushNotificationChannelManager
pub fn CreatePushNotificationChannelForApplicationAsync() -> Result<IAsyncOperation<PushNotificationChannel>>
pub fn CreatePushNotificationChannelForApplicationAsyncWithId( applicationid: &HSTRING, ) -> Result<IAsyncOperation<PushNotificationChannel>>
pub fn CreatePushNotificationChannelForSecondaryTileAsync( tileid: &HSTRING, ) -> Result<IAsyncOperation<PushNotificationChannel>>
pub fn GetForUser<P0>(user: P0) -> Result<PushNotificationChannelManagerForUser>where
P0: Param<User>,
pub fn GetDefault() -> Result<PushNotificationChannelManagerForUser>
pub fn ChannelsRevoked<P0>(handler: P0) -> Result<EventRegistrationToken>where
P0: Param<EventHandler<PushNotificationChannelsRevokedEventArgs>>,
pub fn RemoveChannelsRevoked(token: EventRegistrationToken) -> Result<()>
Auto Trait Implementations§
impl Freeze for PushNotificationChannelManager
impl RefUnwindSafe for PushNotificationChannelManager
impl Send for PushNotificationChannelManager
impl Sync for PushNotificationChannelManager
impl Unpin for PushNotificationChannelManager
impl UnwindSafe for PushNotificationChannelManager
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