Skip to content

Local method/properties can be accessed by other classes #209

@kumo01GitHub

Description

@kumo01GitHub

Feature Request

Motivation Behind Feature

On Android implementation, local methods and properties are defined as public. But I don't think these are expected to call by other methods.

Feature Description

  • Change local methods called by execute() accessibility from public to private.
  • change property uuid accessibility from public to private.

Alternatives or Workarounds

N/A

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