Apple TV Docs

Commands

Multiple Commands

Typically, commands will be fired one at a time. There may be cases where you'll want to fire two commands at once. For instance you may want to set a context value and also navigate to a different page. Below is a sample

<buttonLockup rockCommand="setContext, pushPage"
    rockPageGuid="0406785c-2c00-4553-931f-cbca5c338796?GroupId=12"
    rockContextKey="Campus" 
    rockContextValue="FC0001DF-4F5E-45F3-B0EA-A780AF75E7E9">
    <badge src="resource://button-preview" />
    <title>Multiple commands!</title>
</buttonLockup>