Syntax
'Declaration
<Android.Runtime.RegisterAttribute("playSoundEffect",
"(I)V",
"GetPlaySoundEffect_IHandler")>
Public Overridable Sub PlaySoundEffect( _
ByVal As Android.Views.SoundEffects _
)
'Usage
Dim instance As CalendarSlotPresenter
Dim soundConstant As Android.Views.SoundEffects
instance.PlaySoundEffect(soundConstant)
[Android.Runtime.Register("playSoundEffect",
"(I)V",
"GetPlaySoundEffect_IHandler")]
public virtual void PlaySoundEffect(
Android.Views.SoundEffects
)
Parameters
- soundConstant
See Also