MacOSAppleEventReceiver.Builder |
MacOSAppleEventReceiver.Builder.allowed(Boolean allowed) |
“Allow or block this app from receiving Apple events.”
|
static MacOSAppleEventReceiver.Builder |
MacOSAppleEventReceiver.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MacOSAppleEventReceiver.Builder |
MacOSAppleEventReceiver.Builder.codeRequirement(String codeRequirement) |
“Code requirement for the app or binary that receives the Apple Event.”
|
MacOSAppleEventReceiver.Builder |
MacOSAppleEventReceiver.Builder.identifier(String identifier) |
“Bundle ID of the app or file path of the process or executable that receives the
Apple Event.”
|
MacOSAppleEventReceiver.Builder |
MacOSAppleEventReceiver.Builder.identifierType(MacOSProcessIdentifierType identifierType) |
“Use bundle ID for an app or path for a process or executable that receives the
Apple Event.”
|