All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.astrainteractive.astralibs.permission.Permission.kt Maven / Gradle / Ivy

There is a newer version: 3.12.2
Show newest version
package ru.astrainteractive.astralibs.permission

interface Permission {
    /**
     * Permission value: com.example.permission
     */
    val value: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy