balloon

Returns a Lazy delegate to access the ComponentActivity's Balloon property. The balloon property will be initialized lazily.

See also


Returns a Lazy delegate to access the Fragment's Balloon property. The balloon property will be initialized lazily.

See also


Returns a Lazy delegate to access the custom View's Balloon property. The balloon property will be initialized lazily.

See also


inline fun <T : Balloon.Factory> ViewBinding.balloon(): Lazy<Balloon>

Returns a Lazy delegate to access the custom ViewBinding's Balloon property. The balloon property will be initialized lazily.

See also