Table of Contents

Class LobbyNotification

Namespace
TaleWorlds.MountAndBlade.Diamond
Assembly
TaleWorlds.MountAndBlade.Diamond.dll
public class LobbyNotification
Inheritance
LobbyNotification
Inherited Members

Constructors

LobbyNotification()

public LobbyNotification()

LobbyNotification(int, NotificationType, DateTime, string, string)

public LobbyNotification(int id, NotificationType type, DateTime date, string message, string serializedParameters)

Parameters

id int
type NotificationType
date DateTime
message string
serializedParameters string

LobbyNotification(NotificationType, DateTime, string)

public LobbyNotification(NotificationType type, DateTime date, string message)

Parameters

type NotificationType
date DateTime
message string

Fields

BadgeIdParameterName

public const string BadgeIdParameterName = "badge_id"

Field Value

string

FriendRequesterParameterName

public const string FriendRequesterParameterName = "friend_requester"

Field Value

string

Properties

Date

public DateTime Date { get; set; }

Property Value

DateTime

Id

public int Id { get; set; }

Property Value

int

Message

public string Message { get; set; }

Property Value

string

Parameters

public Dictionary<string, string> Parameters { get; set; }

Property Value

Dictionary<string, string>

Type

public NotificationType Type { get; set; }

Property Value

NotificationType

Methods

GetParametersAsString()

public string GetParametersAsString()

Returns

string

GetTextObjectOfMessage()

public TextObject GetTextObjectOfMessage()

Returns

TextObject

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).