LibreOffice Module apple_remote (master) 1
Variables
RemoteControl.m File Reference
#import <apple_remote/RemoteControl.h>
Include dependency graph for RemoteControl.m:

Go to the source code of this file.

Variables

NSString * REQUEST_FOR_REMOTE_CONTROL_NOTIFICATION = @"mac.remotecontrols.RequestForRemoteControl"
 
NSString * FINISHED_USING_REMOTE_CONTROL_NOTIFICATION = @"mac.remotecontrols.FinishedUsingRemoteControl"
 
NSString * kRemoteControlDeviceName = @"RemoteControlDeviceName"
 
NSString * kApplicationIdentifier = @"CFBundleIdentifier"
 
NSString * kTargetApplicationIdentifier = @"TargetBundleIdentifier"
 

Variable Documentation

◆ FINISHED_USING_REMOTE_CONTROL_NOTIFICATION

NSString* FINISHED_USING_REMOTE_CONTROL_NOTIFICATION = @"mac.remotecontrols.FinishedUsingRemoteControl"

Definition at line 38 of file RemoteControl.m.

◆ kApplicationIdentifier

NSString* kApplicationIdentifier = @"CFBundleIdentifier"

Definition at line 42 of file RemoteControl.m.

◆ kRemoteControlDeviceName

NSString* kRemoteControlDeviceName = @"RemoteControlDeviceName"

Definition at line 41 of file RemoteControl.m.

◆ kTargetApplicationIdentifier

NSString* kTargetApplicationIdentifier = @"TargetBundleIdentifier"

Definition at line 45 of file RemoteControl.m.

◆ REQUEST_FOR_REMOTE_CONTROL_NOTIFICATION

NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFICATION = @"mac.remotecontrols.RequestForRemoteControl"

Definition at line 37 of file RemoteControl.m.