ArcGISPortalViewer.Model.TileService.SendTileTextNotification C# (CSharp) Method

SendTileTextNotification() public static method

public static SendTileTextNotification ( string text ) : void
text string
return void
        public static void SendTileTextNotification(string text)
        {
            SendWideTileTextNotification(text);
            SendSmallTileTextNotification(text);
        }