AppInfo

class AppInfo(context: Context, repository: Repository, config: Config) : Serializable

アプリケーション情報を保持するクラスです。

Constructors

AppInfo
Link copied to clipboard
fun AppInfo(context: Context, repository: Repository, config: Config)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
serialize
Link copied to clipboard
open override fun serialize(): JSONObject
toString
Link copied to clipboard
open fun toString(): String

Properties

json
Link copied to clipboard
val json: JSONObject
アプリケーション情報のJSONObjectです。