You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
none : any generated property bag code will not integrate this property
accessorsViaPropertyBag : get and set will delegate to getProperty and setProperty
propertyBagViaAccessors : getProperty and setProperty will delegate to get and set
The last option seems to not be implemented:
<PROPERTIES>
<DESC>list of properties supported by instance of object</DESC>
<PROPERTYname="simpleStringProperty"type="STRING"usePropertyBag="propertyBagViaAccessors" >
<DESC>simple string property</DESC>
</PROPERTY>
</PROPERTIES>
XML WARNING: unrecognized value "propertyBagViaAccessors" for attribute "usePropertyBag" in Element
The text was updated successfully, but these errors were encountered:
http://docs.rhomobile.com/en/5.0.30/guide/native_extensions
Documentation states:
none : any generated property bag code will not integrate this property
accessorsViaPropertyBag : get and set will delegate to getProperty and setProperty
propertyBagViaAccessors : getProperty and setProperty will delegate to get and set
The last option seems to not be implemented:
XML WARNING: unrecognized value "propertyBagViaAccessors" for attribute "usePropertyBag" in Element
The text was updated successfully, but these errors were encountered: