CallingAppInfo 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
CallingAppInfo(String, SigningInfo) |
Constructs a new instance. |
CallingAppInfo(String, SigningInfo, String) |
Constructs a new instance. |
CallingAppInfo(String, SigningInfo)
Constructs a new instance.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/content/pm/SigningInfo;)V", "", ApiSince=34)]
public CallingAppInfo (string packageName, Android.Content.PM.SigningInfo signingInfo);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/content/pm/SigningInfo;)V", "", ApiSince=34)>]
new Android.Service.Credentials.CallingAppInfo : string * Android.Content.PM.SigningInfo -> Android.Service.Credentials.CallingAppInfo
Parameters
- packageName
- String
- signingInfo
- SigningInfo
- Attributes
Remarks
Constructs a new instance.
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
CallingAppInfo(String, SigningInfo, String)
Constructs a new instance.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/content/pm/SigningInfo;Ljava/lang/String;)V", "", ApiSince=34)]
public CallingAppInfo (string packageName, Android.Content.PM.SigningInfo signingInfo, string? origin);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/content/pm/SigningInfo;Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Service.Credentials.CallingAppInfo : string * Android.Content.PM.SigningInfo * string -> Android.Service.Credentials.CallingAppInfo
Parameters
- packageName
- String
- the package name of the calling app
- signingInfo
- SigningInfo
- the signing info on the calling app
- origin
- String
- the origin that the calling app wants to use when making request on behalf of other
- Attributes
Remarks
Constructs a new instance.
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.