You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sebastian Walker edited this page Oct 28, 2015
·
2 revisions
TextBubble.cs
##Description
The text bubble is used for displaying simple text messages.
It can contain any string of characters.
##Special Properties
The following properties are special to this bubble type. In addition, there are bubble properties which apply to all bubble types. Those are listed here.
###Message
stringbubble.Message
Contains the bubble's message.
Example:
message=bubble.Message;//status is now equal to Hello World!
###Emoji
List<Emoji.Span>bubble.EmojiSpans
???
Example:
emoji=bubble.EmojiSpans;//status is now equal to ???