SnapDotNet.Apps.Notifications.BadgeContent.BadgeNumericNotificationContent.GetContent C# (CSharp) Method

GetContent() public method

Retrieves the notification Xml content as a string.
public GetContent ( ) : string
return string
                public string GetContent()
                {
                    return String.Format("<badge version='{0}' value='{1}'/>", Util.NOTIFICATION_CONTENT_VERSION, m_Number);
                }