JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
H
I
N
O
P
R
S
T
C
com.tbruyelle.rxpermissions2
- package com.tbruyelle.rxpermissions2
containsByPermission(String)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissionsFragment
E
ensure(String...)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Map emitted items from the source observable into
true
if permissions in parameters are granted, or
false
if not.
ensureEach(String...)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Map emitted items from the source observable into
Permission
objects for each permission in parameters.
ensureEachCombined(String...)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Map emitted items from the source observable into one combined
Permission
object.
equals(Object)
- Method in class com.tbruyelle.rxpermissions2.
Permission
G
getSubjectByPermission(String)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissionsFragment
granted
- Variable in class com.tbruyelle.rxpermissions2.
Permission
H
hashCode()
- Method in class com.tbruyelle.rxpermissions2.
Permission
I
isGranted(String)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Returns true if the permission is already granted.
isRevoked(String)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Returns true if the permission has been revoked by a policy.
N
name
- Variable in class com.tbruyelle.rxpermissions2.
Permission
O
onCreate(Bundle)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissionsFragment
onRequestPermissionsResult(int, String[], int[])
- Method in class com.tbruyelle.rxpermissions2.
RxPermissionsFragment
P
Permission
- Class in
com.tbruyelle.rxpermissions2
Permission(String, boolean)
- Constructor for class com.tbruyelle.rxpermissions2.
Permission
Permission(String, boolean, boolean)
- Constructor for class com.tbruyelle.rxpermissions2.
Permission
Permission(List<Permission>)
- Constructor for class com.tbruyelle.rxpermissions2.
Permission
R
request(String...)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Request permissions immediately,
must be invoked during initialization phase of your application
.
requestEach(String...)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Request permissions immediately,
must be invoked during initialization phase of your application
.
requestEachCombined(String...)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Request permissions immediately,
must be invoked during initialization phase of your application
.
RxPermissions
- Class in
com.tbruyelle.rxpermissions2
RxPermissions(Activity)
- Constructor for class com.tbruyelle.rxpermissions2.
RxPermissions
RxPermissionsFragment
- Class in
com.tbruyelle.rxpermissions2
RxPermissionsFragment()
- Constructor for class com.tbruyelle.rxpermissions2.
RxPermissionsFragment
S
setLogging(boolean)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
setLogging(boolean)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissionsFragment
setSubjectForPermission(String, <any>)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissionsFragment
shouldShowRequestPermissionRationale
- Variable in class com.tbruyelle.rxpermissions2.
Permission
shouldShowRequestPermissionRationale(Activity, String...)
- Method in class com.tbruyelle.rxpermissions2.
RxPermissions
Invokes Activity.shouldShowRequestPermissionRationale and wraps the returned value in an observable.
T
toString()
- Method in class com.tbruyelle.rxpermissions2.
Permission
C
E
G
H
I
N
O
P
R
S
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes