Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / PlaySoundEffect Method


In This Topic
    PlaySoundEffect Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("playSoundEffect", 
       "(I)V", 
       "GetPlaySoundEffect_IHandler")>
    Public Overridable Sub PlaySoundEffect( _
       ByVal soundConstant As Android.Views.SoundEffects _
    ) 
    'Usage
     
    
    Dim instance As C1Gauge
    Dim soundConstant As Android.Views.SoundEffects
     
    instance.PlaySoundEffect(soundConstant)
    [Android.Runtime.Register("playSoundEffect", 
       "(I)V", 
       "GetPlaySoundEffect_IHandler")]
    public virtual void PlaySoundEffect( 
       Android.Views.SoundEffects soundConstant
    )

    Parameters

    soundConstant
    See Also