public static interface PermissionManager.PermissionsCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(RealmResults<Permission> permissions)
Called when all known permissions are successfully loaded.
|
void onSuccess(RealmResults<Permission> permissions)
These permissions will continue to synchronize with the server in the background. Register a
RealmChangeListener to be notified about any further changes.
permissions - The set of currently known permissions.