- Getting Started with Flurry Analytics
- Bhanu Birani
- 164字
- 2021-07-21 17:53:42
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "In AppDelegate.h
file, find the application:didFinishLaunchingWithOptions:
method and find where we are registering for push notifications".
A block of code is set as follows:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { ... // Register for push notifications [application registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeSound]; ... }
All the command-line input or output is written as follows:
curl -s https://www.parse.com/downloads/cloud_code/installer.sh | sudo /bin/bash
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes appear in the text like this: "After clicking on the Event Summary, you can see the list of events you have created".
推薦閱讀
- 嵌入式系統(tǒng)及其開發(fā)應(yīng)用
- 物聯(lián)網(wǎng)與云計(jì)算
- STM32G4入門與電機(jī)控制實(shí)戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實(shí)現(xiàn)
- Multimedia Programming with Pure Data
- Enterprise PowerShell Scripting Bootcamp
- Red Hat Linux 9實(shí)務(wù)自學(xué)手冊(cè)
- 貫通Java Web開發(fā)三劍客
- Hands-On Dashboard Development with QlikView
- AVR單片機(jī)工程師是怎樣煉成的
- Cloudera Hadoop大數(shù)據(jù)平臺(tái)實(shí)戰(zhàn)指南
- Practical AWS Networking
- 互聯(lián)網(wǎng)單元測(cè)試及實(shí)踐
- INSTANT R Starter
- 仿龜機(jī)器人的設(shè)計(jì)與制作
- 工業(yè)機(jī)器人編程指令詳解