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