pub enum CustomBalloon<'a> {
Application(&'a str),
URL,
Handwriting,
ApplePay,
Fitness,
Slideshow,
Music,
}Expand description
Application Messages
Messages sent via an app’s iMessage integration will send in a special balloon instead of a normal text balloon. This represents the different variants of message balloon.
Variants§
Application(&'a str)
Generic third party applications
URL
URL previews
Handwriting
Handwritten animated messages
ApplePay
Apple Pay (one of Sent, Requested, Received)
Fitness
Fitness.app messages
Slideshow
Photos.app slideshow messages
Music
Apple Music messages