init

abstract fun init(activity: Activity)

As this is meant to be a delegate part of activity - it needs activity to call methods on.

Call (this as PermissionAware).init(this) in onCreate.