Use this attribute to register custom services when Beamable starts up. You should use this on a method that takes one parameter of type IDependencyBuilder. Add whatever services you want to on the builder instance. Any service you register will exist for each BeamContext.
More...
Use this attribute to register custom services when Beamable starts up. You should use this on a method that takes one parameter of type IDependencyBuilder. Add whatever services you want to on the builder instance. Any service you register will exist for each BeamContext.
◆ IsAllowedOnMember()
AttributeValidationResult Beamable.Common.Dependencies.RegisterBeamableDependenciesAttribute.IsAllowedOnMember |
( |
MemberInfo |
member | ) |
|
|
inline |
◆ ValidSignatures
readonly SignatureOfInterest [] Beamable.Common.Dependencies.RegisterBeamableDependenciesAttribute.ValidSignatures |
|
static |
Initial value:= new[]
{
new SignatureOfInterest(true, typeof(void), new[] {new ParameterOfInterest(typeof(IDependencyBuilder), false, false, false)})
}
Valid signatures on top of which you can place RegisterBeamableDependenciesAttributes.
The documentation for this class was generated from the following file:
- com.beamable/Common/Runtime/Dependencies/RegisterBeamableDependenciesAttribute.cs