Skip to content

Comments in functions #711

Description

@lexum0

There's a few methods like onInit() onLaunch() onResume() onDestroy() that are being called for both platforms. It would be very helpful if the code has a comment on each function to know which function is calling them like:

    // application(_:didFinishLaunchingWithOptions:)
    /* SKIP @bridge */public func onLaunch() {
        //logger.debug("onLaunch")
    }

    /// applicationWillTerminate
    /* SKIP @bridge */public func onDestroy() {
        logger.debug("onDestroy")
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions