public class LeanplumInflater
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LeanplumInflater |
from(android.content.Context context) |
LeanplumResources |
getLeanplumResources() |
LeanplumResources |
getLeanplumResources(android.content.res.Resources baseResources) |
android.view.View |
inflate(int layoutResID)
Creates a view from the corresponding resource ID.
|
android.view.View |
inflate(int layoutResID,
android.view.ViewGroup root)
Creates a view from the corresponding resource ID.
|
android.view.View |
inflate(int layoutResID,
android.view.ViewGroup root,
boolean attachToRoot)
Creates a view from the corresponding resource ID.
|
public static LeanplumInflater from(android.content.Context context)
public LeanplumResources getLeanplumResources()
public LeanplumResources getLeanplumResources(android.content.res.Resources baseResources)
public android.view.View inflate(int layoutResID)
public android.view.View inflate(int layoutResID, android.view.ViewGroup root)
public android.view.View inflate(int layoutResID, android.view.ViewGroup root, boolean attachToRoot)