public function __toString()
 {
     return sprintf("%s\n\tSound=[%s]\n\tBadge=[%s]\n\tLocalizedActionKey=[%s]\n\tLaunchImage=[%s]\n\tFormat=[%s]\n\tLocalizedFormatKey=[%s]\n\tArguments=[%s]\n\tCustomData=[%s]\n", parent::__toString(), $this->data["sound"], $this->data["badge"], $this->data["localizedActionKey"], $this->data["launchImage"], $this->data["format"], $this->data["localizedFormatKey"], implode("|", $this->data["arguments"]), implode("|", $this->data["customData"]));
 }
 public function __toString()
 {
     return sprintf("%s\n\tCollpaseKey=[%s]\n\tData=[%s]\n\tDelayWhileIdle=[%s]\n\tTimeToLive=[%d]\n", parent::__toString(), $this->data["collapseKey"], implode("|", $this->data["data"]), $this->data["delayWhileIdle"], $this->data["timeToLive"]);
 }