MPEngineInfo /5.8.0
@interface MPEngineInfo : NSObject <NSCoding>
SDK Engine information specifying the wrapper name and version for the MoPub SDK.
Public Properties
NSString/name /+5.8.0
-
Description: Name of the engine using the MoPub SDK. This field is
nil
for platform native integrations. -
Declaration:
@property (readonly, copy, nonatomic, nullable) NSString *name;
-
Parameters: None.
NSString/version /+5.8.0
- Description: Name of the engine using the MoPub SDK. This field is
nil
for platform native integrations.
Declaration
-
Declaration:
@property (readonly, copy, nonatomic, nullable) NSString *version;
-
Parameters: None.
Public Methods
-/initWithName:version: /+5.8.0
-
Description: Required initializer. Returns an initialized instance of the engine information.
-
Declaration:
- (nonnull instancetype)initWithName:(nonnull NSString *)name version:(nonnull NSString *)version;
-
Parameters:
name
: Name of the engine using the MoPub SDK.version
: Version of the engine using the MoPub SDK.
+/named:version: /+5.8.0
-
Description: Required initializer. Returns an initialized instance of the engine information.
-
Declaration:
+ (nonnull instancetype)named:(nonnull NSString *)name version:(nonnull NSString *)version;
-
Parameters:
name
: Name of the engine using the MoPub SDK.version
: Version of the engine using the MoPub SDK.
Last updated March 30, 2021
TWITTER, MOPUB, and the Bird logo are trademarks of Twitter, Inc. or its affiliates. All third party logos and trademarks included are the property of their respective owners.
© 2021 MoPub (a division of Twitter, Inc.)