Class UM_AbstractAdsClient
Base class to simplify an implementation of the advertisement plugin client.
Inheritance
System.Object
UM_AbstractAdsClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.Advertisement
Assembly: cs.temp.dll.dll
Syntax
public abstract class UM_AbstractAdsClient
Fields
m_Banner
Declaration
protected UM_iBannerAds m_Banner
Field Value
| Type | Description |
|---|---|
| UM_iBannerAds |
m_NonRewardedAds
Declaration
protected UM_iNonRewardedAds m_NonRewardedAds
Field Value
| Type | Description |
|---|---|
| UM_iNonRewardedAds |
m_RewardedAds
Declaration
protected UM_iRewardedAds m_RewardedAds
Field Value
| Type | Description |
|---|---|
| UM_iRewardedAds |
Properties
IsInitialized
Returns true if plugin is initialized and false otherwise.
Declaration
public bool IsInitialized { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
ConnectToService(String, Action<SA_Result>)
Declaration
protected abstract void ConnectToService(string appId, Action<SA_Result> callback)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | appId | |
| Action<SA_Result> | callback |
Initialize(String, Action<SA_Result>)
Declaration
public void Initialize(string appId, Action<SA_Result> callback)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | appId | |
| Action<SA_Result> | callback |