of static method
from: static public android.content.Context$BindServiceFlags of(long j)
The returned object must be released after use, by calling the release method.
Implementation
static Context$BindServiceFlags? of(
core$_.int j,
) {
return _of(
_class.reference.pointer,
_id_of.pointer,
j,
).object<Context$BindServiceFlags?>();
}