Modifier and Type | Method and Description |
---|---|
static SrnAction.CallbackIntent |
getActivityCallback(Intent intent)
Creates a CallbackIntent that will start a new activity.
|
static SrnAction.CallbackIntent |
getBroadcastCallback(Intent intent)
Creates a CallbackIntent that will perform a new broadcast.
|
static SrnAction.CallbackIntent |
getServiceCallback(Intent intent)
Creates a CallbackIntent that will start a new service.
|
public static SrnAction.CallbackIntent getActivityCallback(Intent intent)
intent
- Intent of the activity to be launched.NullPointerException
- If intent is null.public static SrnAction.CallbackIntent getBroadcastCallback(Intent intent)
intent
- The intent to be broadcast.NullPointerException
- If intent is null.public static SrnAction.CallbackIntent getServiceCallback(Intent intent)
intent
- Intent of the service to be launched.NullPointerException
- If intent is null.Copyright © Samsung Electronics, Co., Ltd. All rights reserved.