withCasId abstract method
An CAS ID is a unique ID number assigned to each of your ad placements when they're created in CAS.
- The CAS ID is added to your app's code and used to identify ad requests. Often the CAS ID is the same as the App Bundle ID, so you can use a constant:
.withCasId(BuildConfig.APPLICATION_ID)
- If you haven't created an CAS account and registered an app yet, now's a great time to do so at cleveradssolutions.com.
- In a real app, it is important that you use your actual CAS ID.
Implementation
ManagerBuilder withCasId(final String casId);