FabricatedOverlay Constructors
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.
Overloads
FabricatedOverlay(IntPtr, JniHandleOwnership) | |
FabricatedOverlay(String, String) |
Create a fabricated overlay to overlay on the specified package. |
FabricatedOverlay(IntPtr, JniHandleOwnership)
protected FabricatedOverlay (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.OM.FabricatedOverlay : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.OM.FabricatedOverlay
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
FabricatedOverlay(String, String)
Create a fabricated overlay to overlay on the specified package.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=34)]
public FabricatedOverlay (string overlayName, string targetPackage);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Content.OM.FabricatedOverlay : string * string -> Android.Content.OM.FabricatedOverlay
Parameters
- overlayName
- String
a name used to uniquely identify the fabricated overlay owned by the caller itself.
- targetPackage
- String
the name of the package to be overlaid
- Attributes
Remarks
Create a fabricated overlay to overlay on the specified package.
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.