public class

TestCarContext.PermissionRequestInfo

extends java.lang.Object

 java.lang.Object

↳androidx.car.app.testing.TestCarContext.PermissionRequestInfo

Overview

A representation of a permission request including the permissions that were requested as well as the callback provided.

Summary

Methods
public OnRequestPermissionsListenergetListener()

Returns the listener that was provided in the permission request.

public java.util.List<java.lang.String>getPermissionsRequested()

Returns the permissions that were requested.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public OnRequestPermissionsListener getListener()

Returns the listener that was provided in the permission request.

public java.util.List<java.lang.String> getPermissionsRequested()

Returns the permissions that were requested.