Package apple.usernotifications
Interface UNUserNotificationCenter.Block_requestAuthorizationWithOptionsCompletionHandler
-
- Enclosing class:
- UNUserNotificationCenter
public static interface UNUserNotificationCenter.Block_requestAuthorizationWithOptionsCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_requestAuthorizationWithOptionsCompletionHandler(boolean granted, NSError error)
-
-
-
Method Detail
-
call_requestAuthorizationWithOptionsCompletionHandler
void call_requestAuthorizationWithOptionsCompletionHandler(boolean granted, NSError error)
-
-