次の方法で共有


AccessibilityService.MagnificationController.MagnificationConfig Property

Definition

Gets the MagnificationConfig of the controlling magnifier on the display.

public Android.AccessibilityServices.MagnificationConfig? MagnificationConfig { [Android.Runtime.Register("getMagnificationConfig", "()Landroid/accessibilityservice/MagnificationConfig;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getMagnificationConfig", "()Landroid/accessibilityservice/MagnificationConfig;", "", ApiSince=33)>]
member this.MagnificationConfig : Android.AccessibilityServices.MagnificationConfig

Property Value

the magnification config that the service controls

Attributes

Remarks

Gets the MagnificationConfig of the controlling magnifier on the display.

<strong>Note:</strong> If the service is not yet connected (e.g. AccessibilityService#onServiceConnected() has not yet been called) or the service has been disconnected, this method will return null.

Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getMagnificationConfig().

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.

Applies to