/**
  * Helper function that sets the device token that the push notification will be sent to when the recipient mode is
  * set to `single`
  *
  * @param string $device_token
  */
 public static function set_device_token($device_token = '')
 {
     self::$_device_token = $device_token;
 }