Added in API level 34

BindServiceFlags


class BindServiceFlags
kotlin.Any
   ↳ android.content.Context.BindServiceFlags

Specific flags used for bindService() call, which encapsulates a 64 bits long integer. Call BindServiceFlags#of(long) to obtain an object of BindServiceFlags.

Summary

Public methods
static Context.BindServiceFlags
of(value: Long)

Build BindServiceFlags from BIND_* FLAGS.

Public methods