Role Based Access Control
Getting Started
Installation
Available from SDK Version 2.97.2 onwards
Add the following to build. gradle
to get started
dependencies {
implementation 'com.livelike.android-engagement-sdk:livelike-kotlin-rbac:2.97.2'
}
Initialization
Import the LiveLikeRBAC library:
import com.livelike.rbac
import com.livelike.rbac.LiveLikeRBACClient
Initialize a LiveLikeRBACClient:
var rbac: LiveLikeRBACClient?
sdk.rbac()
Manage roles and permissions via the LiveLikeRBACClient:
Updated about 2 months ago
What’s Next