applicationId

abstract fun applicationId(value: String?): Session.Builder

Uses the provided application ID value to associate with Session. When no value is provided then the application's Android manifest will be queried for com.snap.camerakit.app.id meta-data field. If application ID cannot be found then building a new Session will fail with IllegalStateException.