#import <UIRemoteApplication.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithBundleIdentifier: |
| (void) | - dealloc |
| (void) | - invalidatePort |
| (void) | - disconnected |
| (BOOL) | - updatePort |
| (BOOL) | - available |
| (BOOL) | - disableMiniAlerts: |
| (BOOL) | - enableMiniAlerts: |
| (BOOL) | - wantsToShowMiniAlert: |
| (BOOL) | - statusBarWillAnimateToHeight:duration:fence: |
Geschützte Attribute | |
| NSString * | _bundleID |
| unsigned int | _port |
| struct __CFMachPort * | _portRef |
Definiert in Zeile 11 der Datei UIRemoteApplication.h.
| - (id) initWithBundleIdentifier: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (void) invalidatePort |
| - (void) disconnected |
| - (BOOL) updatePort |
| - (BOOL) available |
| - (BOOL) disableMiniAlerts: | (int) | fp8 |
| - (BOOL) enableMiniAlerts: | (char *) | fp8 |
| - (BOOL) wantsToShowMiniAlert: | (char *) | fp8 |
| - (BOOL) statusBarWillAnimateToHeight: | (float) | fp8 | ||
| duration: | (double) | fp12 | ||
| fence: | (int) | fp20 | ||
Definiert in Zeile 13 der Datei UIRemoteApplication.h.
- (unsigned int) _port [protected] |
Definiert in Zeile 14 der Datei UIRemoteApplication.h.
- (struct __CFMachPort*) _portRef [read, protected] |
Definiert in Zeile 15 der Datei UIRemoteApplication.h.