package com.kakao.util
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 |
---|---|
abstract Intent |
resolveIntent(Context context,
Intent intent,
int minVersion)
This method checks whether the given intent can be handled by the currently installed
kakaotalk or kakaostory.
|
Intent resolveIntent(Context context, 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