//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline.model/NotificationOptions/NotificationOptions
[androidJvm]\
fun NotificationOptions(@DrawableRessmallIconRes: Int = android.R.drawable.stat_sys_download, contentTitle: String = “Offline Map”, downloadContentText: String = “Downloading…”, cancelContentText: String = “Deleting…”, cancelActionText: String = “Cancel”, requestMapSnapshot: Boolean = true, returnActivity: Class<*>? = null)
Creates a NotificationOptions with the given values.