Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created December 30, 2015 23:29
Show Gist options
  • Save hitherejoe/c206cb3836f6f9e59d17 to your computer and use it in GitHub Desktop.
Save hitherejoe/c206cb3836f6f9e59d17 to your computer and use it in GitHub Desktop.
GuidedAction guidedAction = new GuidedAction.Builder()
.id(id)
.title(title)
.description(desc)
.checkSetId(OPTION_CHECK_SET_ID)
.build();
guidedAction.setChecked(checked);
actions.add(guidedAction);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment