Modifier and Type | Field and Description |
---|---|
(package private) SSJsonReader |
Best.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Template3.reader
The instance of the
SSJsonReader to be passed to all of the
Fragments incorporated in Template 3. |
(package private) SSJsonReader |
Options.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Rate.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Review.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
RateVideo.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Video.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Think.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Menu.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Affected.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Restate.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Facts.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Template1.reader
The instance of the
SSJsonReader to be passed to all of the
Fragments incorporated in Template 1. |
(package private) SSJsonReader |
Login.reader
SSJsonReader used temporarily for the login screen to retrieve
the current version number. |
(package private) SSJsonReader |
Template2.reader
The instance of the
SSJsonReader to be passed to all of the
Fragments incorporated in Template 2. |
(package private) SSJsonReader |
Talk.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Game.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Imagine.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Stop.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Survey.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
(package private) SSJsonReader |
Time.reader
The instance of the
SSJsonReader class that reads in the dynamic
content for the application. |
Constructor and Description |
---|
Affected(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Best(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Facts(SSJsonReader reader,
int session)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Game(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Imagine(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Menu(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Options(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Rate(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
RateVideo(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Restate(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Review(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Stop(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Survey(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Talk(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Think(boolean second,
SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Time(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |
Video(SSJsonReader reader,
int run)
The constructor saves what template type this Fragment is a part of and
copies the instance of the
SSJsonReader into memory. |