Show / Hide Table of Contents

Class AN_PermissionsRequestResult

Inheritance
System.Object
AN_PermissionsRequestResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_PermissionsRequestResult

Properties

GrantResults

Declaration
public List<AN_PermissionsRequestResponce> GrantResults { get; }
Property Value
Type Description
List<AN_PermissionsRequestResponce>

Methods

AddResponce(AN_PermissionsRequestResponce)

Declaration
public void AddResponce(AN_PermissionsRequestResponce responce)
Parameters
Type Name Description
AN_PermissionsRequestResponce responce
In This Article
Back to top Generated by DocFX