App class
Describes an AdMob app for a specific platform (For example: Android or iOS).
Constructors
- App({String? appApprovalState, String? appId, AppLinkedAppInfo? linkedAppInfo, AppManualAppInfo? manualAppInfo, String? name, String? platform})
- App.fromJson(Map json_)
Properties
- appApprovalState ↔ String?
-
The approval state for the app.
getter/setter pair
- appId ↔ String?
-
The externally visible ID of the app which can be used to integrate with
the AdMob SDK.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkedAppInfo ↔ AppLinkedAppInfo?
-
The information for an app that is linked to an app store.
getter/setter pair
- manualAppInfo ↔ AppManualAppInfo?
-
The information for an app that is not linked to any app store.
getter/setter pair
- name ↔ String?
-
Resource name for this app.
getter/setter pair
- platform ↔ String?
-
Describes the platform of the app.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited