Package com.yandex.mapkit

Class Version

java.lang.Object
    ↳ com.yandex.mapkit.Version

class Version implements Serializable

Dot-separated version string.

Alphabetical symbols are ignored without errors.

Examples of correct versions: "1.2.3", "2.0.0-2", "2014.04.25", "42".

Summary

Constructors

Signature and Description

Version(@NonNull java.lang.String str)

Version()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

java.lang.String

getStr()
Version string.

void

serialize(com.yandex.runtime.bindings.Archive archive)

Constuctors

Version

Version(@NonNull java.lang.String str)


Version

Version()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getStr

@NonNull
java.lang.String getStr()

Version string.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


Предыдущая
Следующая