public interface KakaoUtilService
Modifier and Type | Interface and Description |
---|---|
static class |
KakaoUtilService.Factory
Factory class for maintaining singleton instance of KakaoUtilService
|
Modifier and Type | Method and Description |
---|---|
android.content.Intent |
resolveIntent(android.content.Context context,
android.content.Intent intent,
int minVersion)
This method checks whether the given intent can be handled by the currently installed
kakaotalk or kakaostory.
|
android.content.Intent resolveIntent(android.content.Context context, android.content.Intent intent, int minVersion)
context
- Application contextintent
- Intent to be resolved. Usually intent targeting specific activities (by actions or schemes) of kakaotalk or kakaostoryminVersion
- Minimum version required for this intent and functionality