Class RequestMultipleResponseEventArgs

    Definition

    Namespace:
    Tizen.Security
    Assembly:
    Tizen.Security.PrivacyPrivilegeManager.dll

    This class is an event argument of the RequestResponse event.

    public class RequestMultipleResponseEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RequestMultipleResponseEventArgs

    Properties

    View Source

    Cause

    The cause of a triggered response.

    Declaration
    public CallCause Cause { get; }
    Property Value
    Type Description
    CallCause
    View Source

    Responses

    The response for privilege request

    Declaration
    public IEnumerable<PermissionRequestResponse> Responses { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><PermissionRequestResponse>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX