Show / Hide Table of Contents

    Class PendingSurveyNotificationMode

    Inheritance
    System.Object
    PendingSurveyNotificationMode
    Namespace: Sensus.Notifications
    Assembly: SensusAndroid.dll
    Syntax
    public sealed class PendingSurveyNotificationMode : Enum

    Fields

    Badge

    Place a badge on the Sensus home screen icon indicating how many pending surveys are available.

    Declaration
    public const PendingSurveyNotificationMode Badge
    Field Value
    Type Description
    PendingSurveyNotificationMode

    BadgeText

    Use Badge plus a textual notification indicating how many pending surveys are available.

    Declaration
    public const PendingSurveyNotificationMode BadgeText
    Field Value
    Type Description
    PendingSurveyNotificationMode

    BadgeTextAlert

    Use BadgeText indicating how many pending surveys are available, plus an audio/vibration alert.

    Declaration
    public const PendingSurveyNotificationMode BadgeTextAlert
    Field Value
    Type Description
    PendingSurveyNotificationMode

    None

    Do not notify the user in any way about pending surveys.

    Declaration
    public const PendingSurveyNotificationMode None
    Field Value
    Type Description
    PendingSurveyNotificationMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX