Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instantiates a new UserRoles object.
Signature
public UserRoles(Collection<String> users,
                                      Collection<String> roles)
Parameters
| Name | Datatype | Notes | 
|---|---|---|
| users | Collection<String> | Set of users to whom the roles are assigned. | 
| roles | Collection<String> | Use the role types defined in Roles. | 
Defined in
UserRoles.java
Supported Platforms
| Minimum supported OS version | Android 4.0.3 (API level 15) |