| android.support.wearable.view.GridPageOptions | 
An optional interface for a Fragment within a GridViewPager which provides additional configurable options.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GridPageOptions.BackgroundListener | Interface for communicating background changes to a listener. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Provides a background for the page represented by this Fragment.
          
    
         | |||||||||||
| 
          Provides a listener used to notify the container about a change to the background.
          
    
         | |||||||||||
Provides a background for the page represented by this Fragment. A return value of
 BACKGROUND_NONE will default to the background for the row, if
 supplied.
Provides a listener used to notify the container about a change to the background.
| listener | a listener used to notify about background changes | 
|---|