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

setIcon() public method

public setIcon ( string value ) : void
value string
return void
        public void setIcon(string value)
        {
            setstring(NOTIFICAITON_PACKAGE_ICON, value);
        }