set Is Push Wake Screen For Notification Enabled
fun setIsPushWakeScreenForNotificationEnabled(enabled: Boolean): ERROR CLASS: Unresolved name: apply
Sets whether a screen wakelock will be acquired to wake the device screen for push notifications. Note that the android.Manifest.permission#WAKE_LOCK must also be held by the app for the wakelock to be acquired if this is enabled.
By default, this is enabled.