shouldNavigateBack

abstract fun shouldNavigateBack(): Boolean

Handle back navigation if applicable and notify the Activity if it should handle back pressed normally

Return

true if the Activity should handle back pressed normally, false if the Activity should ignore the back press.