blob: 12618c3aa444e1ec3632184b1c7389af8e1b68ce [file] [log] [blame]
// Signature format: 4.0
package androidx.appfunctions.app {
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget.FUNCTION) public @interface AppFunction {
method public abstract boolean isEnabled() default true;
property public abstract boolean isEnabled;
}
}