Show / Hide Table of Contents

    Class PushNotification

    A push notification.

    Inheritance
    System.Object
    PushNotification
    Namespace: Sensus.Notifications
    Assembly: SensusAndroid.dll
    Syntax
    public class PushNotification : Object

    Constructors

    PushNotification()

    Declaration
    public PushNotification()

    Properties

    BackendKey

    Gets or sets the backend key for the push notification request.

    Declaration
    public Nullable<Guid> BackendKey { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    The backend key.

    Body

    Gets or sets the body.

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    System.String

    The body.

    Id

    Gets or sets the identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The identifier.

    ProtocolId

    Gets or sets the protocol identifier.

    Declaration
    public string ProtocolId { get; set; }
    Property Value
    Type Description
    System.String

    The protocol identifier.

    Sound

    Gets or sets the sound.

    Declaration
    public string Sound { get; set; }
    Property Value
    Type Description
    System.String

    The sound.

    Title

    Gets or sets the title.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    The title.

    Update

    Gets or sets whether Sensus should check for updates.

    Declaration
    public bool Update { get; set; }
    Property Value
    Type Description
    System.Boolean

    The update.

    Methods

    GetProtocol()

    Declaration
    public Protocol GetProtocol()
    Returns
    Type Description
    Protocol
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX