Module: Idevice::NPRecvNotifications

Defined in:
lib/idevice/notification_proxy.rb

Overview

Notifications that can be received from the device

Constant Summary collapse

SYNC_CANCEL_REQUEST =
"com.apple.itunes-client.syncCancelRequest"
SYNC_SUSPEND_REQUEST =
"com.apple.itunes-client.syncSuspendRequest"
SYNC_RESUME_REQUEST =
"com.apple.itunes-client.syncResumeRequest"
PHONE_NUMBER_CHANGED =
"com.apple.mobile.lockdown.phone_number_changed"
DEVICE_NAME_CHANGED =
"com.apple.mobile.lockdown.device_name_changed"
TIMEZONE_CHANGED =
"com.apple.mobile.lockdown.timezone_changed"
TRUSTED_HOST_ATTACHED =
"com.apple.mobile.lockdown.trusted_host_attached"
HOST_DETACHED =
"com.apple.mobile.lockdown.host_detached"
HOST_ATTACHED =
"com.apple.mobile.lockdown.host_attached"
REGISTRATION_FAILED =
"com.apple.mobile.lockdown.registration_failed"
ACTIVATION_STATE =
"com.apple.mobile.lockdown.activation_state"
BRICK_STATE =
"com.apple.mobile.lockdown.brick_state"
DISK_USAGE_CHANGED =

/**< iOS 4.0+ */

"com.apple.mobile.lockdown.disk_usage_changed"
DS_DOMAIN_CHANGED =
"com.apple.mobile.data_sync.domain_changed"
BACKUP_DOMAIN_CHANGED =
"com.apple.mobile.backup.domain_changed"
APP_INSTALLED =
"com.apple.mobile.application_installed"
APP_UNINSTALLED =
"com.apple.mobile.application_uninstalled"
DEV_IMAGE_MOUNTED =
"com.apple.mobile.developer_image_mounted"
ATTEMPTACTIVATION =
"com.apple.springboard.attemptactivation"
ITDBPREP_DID_END =
"com.apple.itdbprep.notification.didEnd"
LANGUAGE_CHANGED =
"com.apple.language.changed"
ADDRESS_BOOK_PREF_CHANGED =
"com.apple.AddressBook.PreferenceChanged"