registerUserNotificationSettings method

void registerUserNotificationSettings(
  1. UIUserNotificationSettings$1 notificationSettings
)

registerUserNotificationSettings:

Implementation

void registerUserNotificationSettings(UIUserNotificationSettings$1 notificationSettings) {
  objc.checkOsVersionInternal('UIApplication.registerUserNotificationSettings:', iOS: (false, (8, 0, 0)));
  _objc_msgSend_xtuoz7(object$.ref.pointer, _sel_registerUserNotificationSettings_, notificationSettings.ref.pointer);
}