This interface defines critical API components needed for building your personalization plugins to use within the EIDU platform.
Please note:
- Plugins submitted are sand-boxed at runtime to prevent them from causing malicious or unintentional harm.
- Every new plugin revision submitted will require the source undergo review by EIDU engineering.
To add the Gradle dependency:
repositories {
mavenCentral()
}
dependencies {
implementation("com.eidu:personalization-plugin-interface:<version>")
}
Please consult dev.eidu.com for instructions and detailed API documentation.
Please contact EIDU at dev@eidu.com if you need help.
We are excited about your contributions. See our current contribution guidelines to get started.
This library is published under the MIT License.