LCApplication

public class LCApplication

LeanCloud Application.

an LCApplication object is an abstraction of LeanCloud application, it is the context of application-specific settings and objects.

Log

Basic

Configuration

Current Installation

Current User

Init

Deinit

  • Before release the instance of the application, should unregister it to break circular reference.

    Declaration

    Swift

    public func unregister()