[][src]Trait uikit_sys::UIApplication_UIRemoteNotifications

pub trait UIApplication_UIRemoteNotifications: Sized + Deref {
    unsafe fn registerForRemoteNotifications(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn unregisterForRemoteNotifications(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn registerForRemoteNotificationTypes_(
        self,
        types: UIRemoteNotificationType
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn enabledRemoteNotificationTypes(self) -> UIRemoteNotificationType
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isRegisteredForRemoteNotifications(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn registerForRemoteNotifications(self) where
    Self::Target: Message + Sized

unsafe fn unregisterForRemoteNotifications(self) where
    Self::Target: Message + Sized

unsafe fn registerForRemoteNotificationTypes_(
    self,
    types: UIRemoteNotificationType
) where
    Self::Target: Message + Sized

unsafe fn enabledRemoteNotificationTypes(self) -> UIRemoteNotificationType where
    Self::Target: Message + Sized

unsafe fn isRegisteredForRemoteNotifications(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIApplication_UIRemoteNotifications for UIApplication[src]

Loading content...