public static interface PermissionManager.AcceptOfferCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(String realmUrl,
Permission permission)
Called when the offer was successfully accepted.
|
void onSuccess(String realmUrl, Permission permission)
realmUrl - The url pointing to the Realm for which the offer was created.permission - The permissions granted.