Class NotificationListItemData
Inheritance
System.Object
NotificationListItemData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class NotificationListItemData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ActiveGameGradient { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ActiveGameInviteIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash AddFriendIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash AlertIcon { get; set; }
Property Value
|
Improve this Doc
View Source
BodyText
Declaration
public MetaHash BodyText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ClickRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash GenericIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash InactiveGameInviteIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LootIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LootItemCountBackground { get; set; }
Property Value
|
Improve this Doc
View Source
LootItemCountText
Declaration
public MetaHash LootItemCountText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PassRewardIcon { get; set; }
Property Value
|
Improve this Doc
View Source
TimestampText
Declaration
public MetaHash TimestampText { get; set; }
Property Value
|
Improve this Doc
View Source
TitleText
Declaration
public MetaHash TitleText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash UnreadIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash WarningIcon { get; set; }
Property Value
Implements