Package com.iab.omid.library.adsession
Class Partner
java.lang.Object
com.iab.omid.library.adsession.Partner
Details about the integration partner which will be supplied to the ad session.
Created by Natasha Garner on 01/08/2017.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Partner
createPartner
(String name, String version) Create new partner instance providing both name and version.getName()
-
Method Details
-
createPartner
Create new partner instance providing both name and version. Both name and version are mandatory.- Parameters:
name
- used to uniquely identify the integration partner.version
- used to uniquely identify the integration partner.- Returns:
- a new partner instance
- Throws:
IllegalArgumentException
- if any of the parameters are either null or blank.
-
getName
-
getVersion
-