checkAccessAsync
Checks access for a content slug asynchronously.
Parameters
slug
The content slug
callback
Called with the AccessInfo result (may be null on error)
public static void checkAccessAsync(JavaPlugin ownerPlugin, String slug, Consumer<NightbreakAccount.AccessInfo> callback)