use of nfc.sample.Ndef.Write.ui.CustomTagScreen in project Samples-for-Java by blackberry.
the class CreateCustomTagCommand method execute.
public void execute(ReadOnlyCommandMetadata metadata, Object context) {
synchronized (UiApplication.getUiApplication().getEventLock()) {
MainScreen screen = new CustomTagScreen();
UiApplication.getUiApplication().pushScreen(screen);
}
}
Aggregations