-
public final class BindServiceFlagsAn immutable set of flags affecting the behavior of bindService.
Only flags suitable for use with gRPC/binderchannel are available to manipulate here. The javadoc for each setter discusses each supported flag's semantics at the gRPC layer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBindServiceFlags.BuilderBuilds an instance of BindServiceFlags.
-
Field Summary
Fields Modifier and Type Field Description public final static BindServiceFlagsDEFAULTS
-
Method Summary
-
-
Method Detail
-
toInteger
int toInteger()
Returns the sum of all set flags as an int suitable for passing to (.
-
toBuilder
BindServiceFlags.Builder toBuilder()
Returns a new instance of Builder with the same set of flags as
{@code this}.
-
hashCode
int hashCode()
-
-
-
-