isProtectedDataAvailable property

bool get isProtectedDataAvailable

isProtectedDataAvailable

Implementation

bool get isProtectedDataAvailable {
  objc.checkOsVersionInternal('UIApplication.isProtectedDataAvailable', iOS: (false, (4, 0, 0)));
  return _objc_msgSend_91o635(object$.ref.pointer, _sel_isProtectedDataAvailable);
}