getLong

fun getLong(key: String, default: Long = 0): Long

Get the system properties key-value, and return as Long.

Return

Long

Parameters

key

the key name.

default

the default value.