AccessibilityService.SetServiceInfo(AccessibilityServiceInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the AccessibilityServiceInfo
that describes this service.
[Android.Runtime.Register("setServiceInfo", "(Landroid/accessibilityservice/AccessibilityServiceInfo;)V", "")]
public void SetServiceInfo (Android.AccessibilityServices.AccessibilityServiceInfo? info);
[<Android.Runtime.Register("setServiceInfo", "(Landroid/accessibilityservice/AccessibilityServiceInfo;)V", "")>]
member this.SetServiceInfo : Android.AccessibilityServices.AccessibilityServiceInfo -> unit
Parameters
The info.
- Attributes
Remarks
Sets the AccessibilityServiceInfo
that describes this service.
Note: You can call this method any time but the info will be picked up after the system has bound to this service and when this method is called thereafter.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.