TestCarContext.PermissionRequestInfo

class TestCarContext.PermissionRequestInfo


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

Summary

Public functions

OnRequestPermissionsListener

Returns the listener that was provided in the permission request.

(Mutable)List<String!>

Returns the permissions that were requested.

Public functions

getListener

Added in 1.1.0
fun getListener(): OnRequestPermissionsListener

Returns the listener that was provided in the permission request.

getPermissionsRequested

Added in 1.1.0
fun getPermissionsRequested(): (Mutable)List<String!>

Returns the permissions that were requested.