Search Results for

    Show / Hide Table of Contents

    Class CreateMessageModel

    Inheritance
    object
    RequestModel
    CreateMessageModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class CreateMessageModel : RequestModel

    Properties

    | Edit this page View Source

    Channel

    Specifies the channel of the message.

    Declaration
    public string Channel { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Content

    The message content. For example, this can be a message about an update or a link to download the new version. Please check out this article for more ideas: https://help.cryptolens.io/messaging/index

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Time

    The format is unix timestamp. If no time is specified, we will set it to the time when this message was sent.

    Declaration
    public long Time { get; set; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB