AppleSearchAdsAuthenticator class

Constructors

AppleSearchAdsAuthenticator.new({required String clientId, required String teamId, required String orgId, required String keyId, required String keyContent, bool verbose = false})

Properties

accessToken String?
getter/setter pair
clientId String
final
hashCode int
The hash code for this object.
no setterinherited
keyContent String
final
keyId String
final
orgId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String
final
verbose bool
final

Methods

authenticate() Future<String?>
fetchData() Future<CampaignData?>
findAllCampaigns({required String appName}) Future<List<CampaignModel>>
generateClientSecret() String
getCampaingById({required int id}) Future<CampaignModel?>
getEnabledCampaign() Future<CampaignData?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited