open class LocalizeBuilder
Build a new Localize
build |
Return a configured instance of Localize open fun build(): Localize! |
buildAsync |
Return a configured instance of Localize open fun buildAsync(): Future<Localize!>! |
with |
Create a new builder from the qiContext open static fun with(context: QiContext!): LocalizeBuilder! |
withMap |
Configure the explorationMap used by Localize open fun withMap(explorationMap: ExplorationMap!): LocalizeBuilder! |