PermissionDelegate 
    interface PermissionDelegate
Permission delegate to extend what permissions the Airship SDK can collect.
Inheritors
Functions
Link copied to clipboard
                  abstract fun checkPermissionStatus(@NonNull context: Context, @NonNull callback: Consumer<PermissionStatus>)
Checks the current status of the permission.
Link copied to clipboard
                  abstract fun requestPermission(@NonNull context: Context, @NonNull callback: Consumer<PermissionRequestResult>)
Called when the delegate should request permissions.