com.kumakore.sample.NotificationPackage.setSound C# (CSharp) Method

setSound() public method

public setSound ( string value ) : void
value string
return void
        public void setSound(string value)
        {
            setstring(NOTIFICAITON_PACKAGE_SOUND, value);
        }