getName

open fun getName(): String?

Gets the name that @proxy was constructed for.

When connected to a message bus, this will usually be non-null. However, it may be null for a proxy that communicates using a peer-to-peer pattern.

Return

A string owned by @proxy. Do not free.

Since

2.26