Show / Hide Table of Contents

Class App

Describes an AdMob app for a specific platform (For example: Android or iOS).

Inheritance
object
App
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class App : IDirectResponseSchema

Properties

AppApprovalState

Output only. The approval state for the app. The field is read-only.

Declaration
[JsonProperty("appApprovalState")]
public virtual string AppApprovalState { get; set; }
Property Value
Type Description
string

AppId

The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is a read only property. Example: ca-app-pub-9876543210987654~0123456789

Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LinkedAppInfo

Immutable. The information for an app that is linked to an app store. This field is present if and only if the app is linked to an app store.

Declaration
[JsonProperty("linkedAppInfo")]
public virtual AppLinkedAppInfo LinkedAppInfo { get; set; }
Property Value
Type Description
AppLinkedAppInfo

ManualAppInfo

The information for an app that is not linked to any app store. After an app is linked, this information is still retrivable. If no name is provided for the app upon creation, a placeholder name will be used.

Declaration
[JsonProperty("manualAppInfo")]
public virtual AppManualAppInfo ManualAppInfo { get; set; }
Property Value
Type Description
AppManualAppInfo

Name

Resource name for this app. Format is accounts/{publisher_id}/apps/{app_id_fragment} Example: accounts/pub-9876543210987654/apps/0123456789

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Platform

Describes the platform of the app. Limited to "IOS" and "ANDROID".

Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX