KGBaseSoundNotification Class Reference
Inherits from | NSObject |
Conforms to | KGSoundNotification |
Declared in | KGBaseSoundNotification.h |
Overview
KGBaseSoundNotification is a concrete class with ability to specify the sound file name that is to be played when the remote notification is received from Apple Push Notification Service(APNS) by the device. The sound file name is included in the JSON payload that is sent to the APNS service. This class conforms to the KGSoundNotification protocol.
Tasks
-
– initWithFilename:
Creates an instance of KGBaseSoundNotification class using the sound filename.