Sample Information
The SDK distribution contains documentation for all of the SDK samples. The documentation located in the samples/docs/api directory is in the form of Javadoc for each of the samples.
The Javadoc provides information about the functionality of each sample as well as information on how to use the sample. For example, the Javadoc for the sample automatic actions describes their behavior, the parameters they take, their return values, and the situations in which the automatic action will return an error.
Some of the samples provide abstract base classes that you can easily extend to create your own implementation. In these cases, the Javadoc also describes how to create your own samples.