'Sets whether notifications posted to this channel can appear as application icon badges in a Launcher
Public Sub ShowBadge (bShowBadge As Boolean) As NB6
If SdkLevel >= 26 Then
Channel.RunMethod("setShowBadge", Array(bShowBadge))
End If
Return Me
End Sub