Class PolicyChangedEventArgs

    Definition

    Namespace:
    Tizen.Security.DevicePolicyManager
    Assembly:
    Tizen.Security.DevicePolicyManager.dll

    An extended EventArgs class contains the changed dpm policy state.

    [Obsolete("Deprecated since API level 11.")]
    public class PolicyChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PolicyChangedEventArgs

    Properties

    View Source

    IsAllowed

    Gets the current state of the policy.

    Declaration
    [Obsolete("Deprecated since API level 11.")]
    public bool IsAllowed { get; }
    Property Value
    Type Description
    bool
    View Source

    PolicyName

    Gets the name of the changed policy.

    Declaration
    [Obsolete("Deprecated since API level 11.")]
    public string PolicyName { get; }
    Property Value
    Type Description
    string
    Remarks

    Each policy that can raise event has the name. The policy name value is in each policy class.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX