Uses of Enum Class
page.codeberg.friedolyn.meta.BanLevel
Packages that use BanLevel
-
Uses of BanLevel in page.codeberg.friedolyn
Fields in page.codeberg.friedolyn with type parameters of type BanLevelModifier and TypeFieldDescriptionFriedolyn.banLevels
The application's features that the user is disallowed from using.Friedolyn.BannedUserCallback.banLevels
The application features that the user is banned from using.Method parameters in page.codeberg.friedolyn with type arguments of type BanLevelModifier and TypeMethodDescriptionvoid
Friedolyn.BannedUserCallback.onBansFound
(@NonNull Set<BanLevel> banLevels) Is to be called as soon as the currently logged-in user has been identified as banned from using Friedolyn.void
Friedolyn.BannedUserCallback.onBansFound
(@NonNull Set<BanLevel> banLevels, @NonNull String message) Is to be called as soon as the currently logged-in user has been identified as banned from using Friedolyn. -
Uses of BanLevel in page.codeberg.friedolyn.meta
Fields in page.codeberg.friedolyn.meta with type parameters of type BanLevelModifier and TypeFieldDescriptionBannedUser.banLevels
All features of the application that the user is banned from using.Methods in page.codeberg.friedolyn.meta that return BanLevelModifier and TypeMethodDescriptionstatic BanLevel
Returns the enum constant of this class with the specified name.static BanLevel[]
BanLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.meta that return types with arguments of type BanLevelMethod parameters in page.codeberg.friedolyn.meta with type arguments of type BanLevelModifier and TypeMethodDescriptionvoid
PolledMetadata.BannedUserCallback.onBansFound
(@NonNull Set<BanLevel> banLevels) Is called as soon as the currently logged-in user has been identified as banned from using Friedolyn.void
PolledMetadata.BannedUserCallback.onBansFound
(@NonNull Set<BanLevel> banLevels, @NonNull String message) Is called as soon as the currently logged-in user has been identified as banned from using Friedolyn.void
BannedUser.setBanLevels
(@NonNull Set<BanLevel> banLevels) Updates theBannedUser.banLevels
with a deep copy of the givenBanLevels
that indicate which features of the application the user is not allowed to use.Constructor parameters in page.codeberg.friedolyn.meta with type arguments of type BanLevelModifierConstructorDescriptionBannedUser
(@NonNull Set<BanLevel> banLevels) Creates a newBannedUser
with the given ban levels.