enabledRemoteNotificationTypes method

int enabledRemoteNotificationTypes()

enabledRemoteNotificationTypes

Implementation

int enabledRemoteNotificationTypes() {
  objc.checkOsVersionInternal('UIApplication.enabledRemoteNotificationTypes', iOS: (false, (3, 0, 0)));
  return _objc_msgSend_z1zqgm(object$.ref.pointer, _sel_enabledRemoteNotificationTypes);
}