Class NewsReadUiFragment
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
NewsReadUiFragment
Namespace: Content.Client.CartridgeLoader.Cartridges
Assembly: Content.Client.dll
Syntax
public sealed class NewsReadUiFragment : BoxContainer
Constructors
| Improve this Doc View SourceNewsReadUiFragment()
Declaration
public NewsReadUiFragment()
Methods
| Improve this Doc View SourceUpdateEmptyState(Boolean)
Declaration
public void UpdateEmptyState(bool notificationOn)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | notificationOn |
UpdateState(NewsArticle, Int32, Int32, Boolean)
Declaration
public void UpdateState(NewsArticle article, int targetNum, int totalNum, bool notificationOn)
Parameters
Type | Name | Description |
---|---|---|
NewsArticle | article | |
System.Int32 | targetNum | |
System.Int32 | totalNum | |
System.Boolean | notificationOn |
Events
| Improve this Doc View SourceOnNextButtonPressed
Declaration
public event Action? OnNextButtonPressed
Event Type
Type | Description |
---|---|
System.Nullable<Action> |
OnNotificationSwithPressed
Declaration
public event Action? OnNotificationSwithPressed
Event Type
Type | Description |
---|---|
System.Nullable<Action> |
OnPrevButtonPressed
Declaration
public event Action? OnPrevButtonPressed
Event Type
Type | Description |
---|---|
System.Nullable<Action> |