scheduled LocalNotification with dynamic text

Is it possible to use LocalNotificationManager to schedule a local notification to be sent every day at a certain time, but run some code before each notification is sent to determine the text of the notification? I know how to do this and send the same message every time, but I need to determine the message to send dynamically.

scheduled LocalNotification with dynamic text
 
 
Q