League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class NotificationListItemData

    Inheritance
    System.Object
    NotificationListItemData
    Implements
    IMetaClass
    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()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class NotificationListItemData : IMetaClass

    Properties

    | Improve this Doc View Source

    ActiveGameGradient

    Declaration
    public MetaHash ActiveGameGradient { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    ActiveGameInviteIcon

    Declaration
    public MetaHash ActiveGameInviteIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    AddFriendIcon

    Declaration
    public MetaHash AddFriendIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    AlertIcon

    Declaration
    public MetaHash AlertIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    BodyText

    Declaration
    public MetaHash BodyText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    ClickRegion

    Declaration
    public MetaHash ClickRegion { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    GenericIcon

    Declaration
    public MetaHash GenericIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Group

    Declaration
    public MetaHash Group { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    InactiveGameInviteIcon

    Declaration
    public MetaHash InactiveGameInviteIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    LootIcon

    Declaration
    public MetaHash LootIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    LootItemCountBackground

    Declaration
    public MetaHash LootItemCountBackground { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    LootItemCountText

    Declaration
    public MetaHash LootItemCountText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    PassRewardIcon

    Declaration
    public MetaHash PassRewardIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    TimestampText

    Declaration
    public MetaHash TimestampText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    TitleText

    Declaration
    public MetaHash TitleText { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    UnreadIcon

    Declaration
    public MetaHash UnreadIcon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    WarningIcon

    Declaration
    public MetaHash WarningIcon { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass