Subclasses
Subclassing is completely optional, however it has many advantages, including terseness, extensibility, and support for autocomplete. In Symbyoz you can automatically generate subclasses of your Modules, in Swift
and Java
, from the Configuration section of your backend.
It will literally transforms this code:
Into this:
Creating Subclass
Follow this example to have your own subclass ready to use.
Create your class as following
2. Register your class before you initialize Parse in your Application
class
And you're all done!
Now you can simply use it as you would use any other Object
but with a structured model and accessor added.
Last updated
Was this helpful?